Browse Source

增加aop支持

周浩 9 years ago
parent
commit
17d5d9cea7
1 changed files with 4 additions and 1 deletions
  1. 4 1
      hsweb-web-core/pom.xml

+ 4 - 1
hsweb-web-core/pom.xml

@@ -15,7 +15,10 @@
             <groupId>org.hsweb</groupId>
             <artifactId>hsweb-web-bean</artifactId>
         </dependency>
-
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-aop</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>