Commit baec74bb authored by 沈括号's avatar 沈括号

更新spring-boot-web-czerp.gradle

parent 9745b62d
......@@ -6,4 +6,9 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-undertow'
implementation 'mysql:mysql-connector-java:8.0.13'
compile (group: 'io.springfox', name: 'springfox-swagger2', version: '2.9.2'){
exclude group: 'io.swagger' ,module: 'swagger-models'
}
compile group: 'com.github.xiaoymin', name: 'swagger-bootstrap-ui', version: '1.9.6'
implementation 'io.swagger:swagger-models:1.5.21'
}
\ No newline at end of file
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