创建仓库
This commit is contained in:
19
target/classes/application-dev.yml
Normal file
19
target/classes/application-dev.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
spring:
|
||||
datasource:
|
||||
dynamic:
|
||||
datasource:
|
||||
# pk小程序
|
||||
PK:
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
username: root
|
||||
password: wfn53400
|
||||
url: jdbc:mysql://120.26.251.180:3326/vv_assistant?allowMultiQueries=true
|
||||
|
||||
# AI项目配置
|
||||
AI:
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
username: root
|
||||
password: wfn53400
|
||||
url: jdbc:mysql://120.26.251.180:3326/tkdata?allowMultiQueries=true
|
||||
primary: AI
|
||||
Reference in New Issue
Block a user