更新
This commit is contained in:
@@ -6,11 +6,10 @@ server:
|
||||
spring:
|
||||
application:
|
||||
name: k12study-boot-dev
|
||||
autoconfigure:
|
||||
exclude:
|
||||
- org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
|
||||
- org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration
|
||||
- com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration
|
||||
datasource:
|
||||
url: jdbc:postgresql://${K12STUDY_DB_HOST:localhost}:${K12STUDY_DB_PORT:5432}/${K12STUDY_DB_NAME:k12study}
|
||||
username: ${K12STUDY_DB_USER:k12study}
|
||||
password: ${K12STUDY_DB_PASSWORD:k12study}
|
||||
data:
|
||||
redis:
|
||||
host: ${K12STUDY_REDIS_HOST:localhost}
|
||||
|
||||
Reference in New Issue
Block a user