Commit c660dbcd authored by ziy's avatar ziy

add web gradle

parent 6d518c4f
dependencies {
implementation 'com.baomidou:mybatis-plus-boot-starter:3.1.0'
implementation 'com.github.pagehelper:pagehelper-spring-boot-starter:1.2.10'
implementation 'org.springframework.boot:spring-boot-starter-web'
}
\ No newline at end of file
...@@ -32,7 +32,6 @@ dependencies { ...@@ -32,7 +32,6 @@ dependencies {
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign' implementation 'org.springframework.cloud:spring-cloud-starter-openfeign'
implementation 'org.springframework.retry:spring-retry' implementation 'org.springframework.retry:spring-retry'
runtimeOnly 'org.springframework.boot:spring-boot-devtools' runtimeOnly 'org.springframework.boot:spring-boot-devtools'
implementation 'com.baomidou:mybatis-plus-boot-starter:3.1.0'
testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test' testImplementation 'org.springframework.security:spring-security-test'
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment