Commit f851f4cb authored by gaoxu's avatar gaoxu 😵

Update spring-boot-web.gradle

parent 4bc2b624
configurations {
compile.exclude module: "spring-boot-starter-tomcat"
}
dependencies { dependencies {
implementation 'com.baomidou:mybatis-plus-boot-starter:3.1.0' implementation 'com.baomidou:mybatis-plus-boot-starter:3.1.0'
implementation 'com.github.pagehelper:pagehelper-spring-boot-starter:1.2.10' implementation 'com.github.pagehelper:pagehelper-spring-boot-starter:1.2.10'
implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-undertow'
implementation 'mysql:mysql-connector-java:8.0.13' implementation 'mysql:mysql-connector-java:8.0.13'
} }
\ 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