mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 17:12:28 +08:00
提交oracle配置yml
This commit is contained in:
@ -150,10 +150,16 @@ spring:
|
|||||||
slow-sql-millis: 5000
|
slow-sql-millis: 5000
|
||||||
datasource:
|
datasource:
|
||||||
master:
|
master:
|
||||||
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
url: jdbc:oracle:thin:@127.0.0.1:1521:helowin
|
||||||
url: jdbc:sqlserver://192.168.1.188:1433;SelectMethod=cursor;DatabaseName=jeecgboot
|
|
||||||
username: jeecgboot
|
username: jeecgboot
|
||||||
password: ??
|
password: ???
|
||||||
|
driver-class-name: oracle.jdbc.OracleDriver
|
||||||
|
# # 多数据源配置
|
||||||
|
# multi-datasource1:
|
||||||
|
# url: jdbc:sqlserver://192.168.1.199:1433;SelectMethod=cursor;DatabaseName=jeecgbootbpm
|
||||||
|
# username: jeecgboot
|
||||||
|
# password: jeecgboot@459
|
||||||
|
# driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
||||||
#redis配置
|
#redis配置
|
||||||
redis:
|
redis:
|
||||||
database: 0
|
database: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user