Commit 2bb87992 by 张宗强

test

parent 237d68ac
...@@ -20,10 +20,17 @@ spring: ...@@ -20,10 +20,17 @@ spring:
percentage: 1.0 percentage: 1.0
datasource: datasource:
driver-class-name: com.mysql.jdbc.Driver type: com.zaxxer.hikari.HikariDataSource
url: jdbc:mysql://192.168.1.82:3306/proudkids_ems?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false url: jdbc:mysql://192.168.1.82:3306/proudkids_ems?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
username: proudkids username: proudkids
password: pds123!@# password: pds123!@#
platform: h2
initialize: true
continue-on-error: true
h2:
console:
enabled: true
path: /console
#mybaits-plus配置,修改主键类型,mapper.xml、type 别名等 #mybaits-plus配置,修改主键类型,mapper.xml、type 别名等
mybatis-plus: mybatis-plus:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment