Explorar o código

增加aop支持

周浩 %!s(int64=9) %!d(string=hai) anos
pai
achega
17d5d9cea7
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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>