diff --git a/aioj-backend-common/pom.xml b/aioj-backend-common/pom.xml index d544514..4e12fb5 100644 --- a/aioj-backend-common/pom.xml +++ b/aioj-backend-common/pom.xml @@ -16,5 +16,4 @@ 17 UTF-8 - \ No newline at end of file diff --git a/pom.xml b/pom.xml index 7ec4bab..3dc5983 100644 --- a/pom.xml +++ b/pom.xml @@ -30,9 +30,7 @@ org.springframework.boot - spring-boot-devtools - runtime - true + spring-boot-starter-web com.alibaba.cloud @@ -101,6 +99,12 @@ spring-boot-starter-test test + + org.springframework.boot + spring-boot-devtools + runtime + true +