Skip to content

fenglincanyi/springdemo2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

准备

这里需要引入 aop 的jar 包,当然,根据Spring官网的配置说明,在pom.xml中直接写:

<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-context</artifactId>
    <version>4.3.5.RELEASE</version>
</dependency>

会自动引入 Core Container 中的4个包,和aop的包。

About

Spring注解开发项目demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages