添加支持mysql数据库

This commit is contained in:
liwen
2020-11-25 17:37:23 +08:00
parent a8bc130204
commit b1ceac8a77
23 changed files with 622 additions and 77 deletions

View File

@@ -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 {