1.修改初始化脚本
2.修改数据库链接脚本
This commit is contained in:
parent
78f9c38b5f
commit
6ab474bb7f
1827
sql/tansci_boot.sql
1827
sql/tansci_boot.sql
File diff suppressed because it is too large
Load Diff
@ -2,9 +2,9 @@ spring:
|
||||
datasource:
|
||||
type: com.alibaba.druid.pool.DruidDataSource
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
url: jdbc:mysql://127.0.0.1:3306/tansci_boot?autoReconnect=true&useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
||||
url: jdbc:mysql://192.168.2.1:3307/tansci_boot?autoReconnect=true&useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
||||
username: root
|
||||
password: root
|
||||
password: Koteladt@123
|
||||
initialSize: 10
|
||||
minIdle: 10
|
||||
maxActive: 100
|
||||
|
||||
@ -61,4 +61,4 @@ magic-api:
|
||||
# flowable
|
||||
flowable:
|
||||
async-executor-activate: false # 关闭定时任务job
|
||||
database-schema-update: true # flowable自动更新表结构
|
||||
database-schema-update: true # flowable自动更新表结构
|
||||
|
||||
Loading…
Reference in New Issue
Block a user