fix
This commit is contained in:
parent
004c2d900b
commit
00f8620424
@ -42,3 +42,11 @@ dependencies {
|
||||
tasks.named('test') {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
options.encoding = 'UTF-8'
|
||||
}
|
||||
|
||||
tasks.withType(Test) {
|
||||
systemProperty 'file.encoding', 'UTF-8'
|
||||
}
|
||||
@ -3,7 +3,5 @@ spring.datasource.url=jdbc:p6spy:mysql://47.106.93.245:9003/service
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=qingyu23.
|
||||
spring.datasource.driver-class-name = com.p6spy.engine.spy.P6SpyDriver
|
||||
#spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user