ADD pro
This commit is contained in:
parent
c5815e88f6
commit
6c78963d54
@ -7,7 +7,7 @@ spring:
|
|||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
username: root
|
username: root
|
||||||
password: 123456
|
password: 123456
|
||||||
url: jdbc:mysql://localhost:33060/java-experiment?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false&serverTimezone=GMT%2b8&allowPublicKeyRetrieval=true
|
url: jdbc:mysql://localhost:3306/java_experiment?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false&serverTimezone=GMT%2b8&allowPublicKeyRetrieval=true
|
||||||
|
|
||||||
# 配置mybatis实体和xml映射
|
# 配置mybatis实体和xml映射
|
||||||
mybatis:
|
mybatis:
|
||||||
|
Loading…
Reference in New Issue
Block a user