添加代码示例springboot-hibernate

This commit is contained in:
yidao620
2018-03-02 18:49:45 +08:00
parent dab9c8968f
commit befc5d96dd
26 changed files with 892 additions and 15 deletions

View File

@ -36,7 +36,7 @@ spring:
datasource:
url: jdbc:mysql://127.0.0.1:3306/pos?useSSL=false&autoReconnect=true&tinyInt1isBit=false&useUnicode=true&characterEncoding=utf8
username: root
password: ******
password: 123456
thymeleaf:
cache: false
@ -58,7 +58,7 @@ spring:
datasource:
url: jdbc:mysql://127.0.0.1:3306/pos?useSSL=false&autoReconnect=true&tinyInt1isBit=false&useUnicode=true&characterEncoding=utf8
username: root
password: ******
password: 123456
thymeleaf:
cache: false