Commit d8054909 authored by zhouxudong's avatar zhouxudong

更新代码

parent 8ef53fff
spring: spring:
config:
activate:
on-profile: dev
#spring 默认数据库连接池 #spring 默认数据库连接池
datasource: datasource:
type: com.zaxxer.hikari.HikariDataSource type: com.zaxxer.hikari.HikariDataSource
......
spring: spring:
config:
activate:
on-profile: pro
#spring 默认数据库连接池 #spring 默认数据库连接池
datasource: datasource:
type: com.zaxxer.hikari.HikariDataSource type: com.zaxxer.hikari.HikariDataSource
......
spring: spring:
config:
activate:
on-profile: test
#spring 默认数据库连接池 #spring 默认数据库连接池
datasource: datasource:
type: com.zaxxer.hikari.HikariDataSource type: com.zaxxer.hikari.HikariDataSource
......
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