RBAC数据库操作单元测试完成

This commit is contained in:
2018-06-23 11:16:08 +08:00
parent 8a59fcaf8d
commit ec1c4d4d7c
33 changed files with 670 additions and 126 deletions

View File

@@ -18,7 +18,7 @@ spring:
max-request-size: 100Mb
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/db_sysdemo1?useUnicode=true&characterEncoding=utf-8&useSSL=true
url: jdbc:mysql://localhost:3306/db_sysrbacdemo?useUnicode=true&characterEncoding=utf-8&useSSL=true
username: trs
password: fileupload
jpa: