添加支持mysql数据库
This commit is contained in:
@@ -30,6 +30,7 @@ dependencies {
|
||||
compile 'joda-time:joda-time:2.10.1'
|
||||
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:2.1.3'
|
||||
implementation 'com.github.pagehelper:pagehelper-spring-boot-starter:1.2.5'
|
||||
implementation 'mysql:mysql-connector-java:8.0.20'
|
||||
compileOnly 'org.projectlombok:lombok'
|
||||
annotationProcessor 'org.projectlombok:lombok'
|
||||
testImplementation('org.springframework.boot:spring-boot-starter-test') {
|
||||
@@ -39,7 +40,6 @@ dependencies {
|
||||
implementation 'org.apache.commons:commons-lang3:3.4'
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
test {
|
||||
|
||||
Reference in New Issue
Block a user