parent
1c2d0ae5b4
commit
07860cd818
@ -1 +1 @@
|
|||||||
server:
port: 1204
connection-timeout: 60000
spring:
datasource:
dynamic:
primary: mysql #设置默认的数据源或者数据源组,默认值即为master
strict: false #设置严格模式,默认false不启动. 启动后再为匹配到指定数据源时候回抛出异常,不启动会使用默认数据源.
datasource:
oracleSydz:
1204
1204
1204
1204
connection-timeout: 60000
1204
spring:
1204
datasource:
1204
dynamic:
driver-class-name: com.mysql.cj.jdbc.Driver
username: root
password: '!QAZ1qaz'
hikari:
max-pool-size: 100
min-idle: 5
connection-timeout: 60000
mybatis-plus:
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
mapper-locations:
- classpath:mapper/*.xml
mybatis:
configuration:
map-underscore-to-camel-case: true
mapper-locations: mybatis/**/*Mapper.xml
typeAliasesPackage: com.ssf.mysqloracletest.**.domain
logging:
level:
root: info
com.ssf.mysqloracletest: debug
|
server:
port: 1204
primary: mysql #设置默认的数据源或者数据源组,默认值即为master
connection-timeout: 60000
spring:
datasource:
connection-timeout: 60000
primary: mysql
strict: false #设置严格模式,默认false不启动. 启动后再为匹配到指定数据源时候回抛出异常,不启动会使用默认数据源.
connection-timeout: 60000
spring:
connection-timeout: 60000
datasource:
connection-timeout: 60000
dynamic:
connection-timeout: 60000
primary: mysql #设置默认的数据源或者数据源组,默认值即为master
connection-timeout: 60000
strict: false #设置严格模式,默认false不启动. 启动后再为匹配到指定数据源时候回抛出异常,不启动会使用默认数据源.
connection-timeout: 60000
datasource:
connection-timeout: 60000
oracleSydz:
spring:
spring:
1204
spring:
connection-timeout: 60000
spring:
spring:
spring:
datasource:
spring:
dynamic:
# url: jdbc:mysql://121.41.91.94:12036/yhzafk?useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&serverTimezone=GMT
driver-class-name: com.mysql.cj.jdbc.Driver
username: root
password: '!QAZ1qaz'
hikari:
max-pool-size: 100
min-idle: 5
connection-timeout: 60000
mybatis-plus:
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
mapper-locations:
- classpath:mapper/*.xml
mybatis:
configuration:
map-underscore-to-camel-case: true
mapper-locations: mybatis/**/*Mapper.xml
typeAliasesPackage: com.ssf.mysqloracletest.**.domain
logging:
level:
root: info
com.ssf.mysqloracletest: debug
|
Loading…
Reference in new issue