Skip to content

Commit 2d65cc3

Browse files
author
xlinliu
committed
convert yml to properties
1 parent 1c5c109 commit 2d65cc3

File tree

9 files changed

+18
-139
lines changed

9 files changed

+18
-139
lines changed

conf/application-dss.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
eureka.client.serviceUrl.defaultZone=http://127.0.0.1:20303/eureka/
2+
logging.config=classpath:log4j2.xml
3+
management.endpoints.web.exposure.include=refresh,info

conf/application-dss.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

dss-apps/dss-data-api/dss-data-api-server/src/main/resources/application-dss.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

dss-apps/dss-data-governance/dss-data-governance-server/src/main/resources/application-dss.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

dss-apps/dss-user-guide/dss-user-guide-server/src/main/resources/application-dss.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
eureka.client.serviceUrl.defaultZone=http://127.0.0.1:20303/eureka/
2+
logging.config=classpath:log4j2.xml
3+
management.endpoints.web.exposure.include=refresh,info

dss-framework/dss-framework-project-server/src/main/resources/application-dss.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
eureka.client.enabled=false
2+
mybatis-plus.mapper-locations=classpath*:com/webank/wedatasphere/dss/framework/workspace/dao/impl/*.xml
3+
mybatis-plus.type-aliases-package=com.webank.wedatasphere.dss.framework.workspace.bean
4+
spring.datasource.url=jdbc:h2:mem:testdb;MODE=MySQL;DB_CLOSE_DELAY=-1
5+
spring.datasource.driver-class-name=org.h2.Driver
6+
spring.datasource.username=sa
7+
spring.datasource.password=null
8+
spring.datasource.schema=classpath:db/schema-h2.sql
9+
spring.datasource.data=classpath:db/data-h2.sql
10+
spring.h2.console.enabled=true
11+
spring.h2.console.path=/h2
12+
spring.h2.console.setting.web-allow-others=true

dss-framework/dss-framework-workspace-server/src/test/resources/application.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)