jta.properties -> application.yaml 로 변경
This commit is contained in:
@@ -8,6 +8,8 @@ logging:
|
||||
spring:
|
||||
jta:
|
||||
enabled: true
|
||||
|
||||
|
||||
jpa:
|
||||
properties:
|
||||
hibernate:
|
||||
@@ -40,9 +42,9 @@ gateway:
|
||||
datasource:
|
||||
serverName: 192.168.240.177
|
||||
portNumber: 3306
|
||||
databaseName: apims
|
||||
username: apims
|
||||
password: apims
|
||||
databaseName: apigw
|
||||
username: apigw
|
||||
password: apigw
|
||||
|
||||
# serverName: 172.20.160.59
|
||||
# portNumber: 3317
|
||||
|
||||
@@ -30,6 +30,10 @@ spring:
|
||||
|
||||
jta:
|
||||
enabled: true
|
||||
atomikos:
|
||||
properties:
|
||||
log-base-dir: /Log/eapim/portal
|
||||
log-base-name: adp_tx
|
||||
|
||||
thymeleaf:
|
||||
prefix: 'classpath:/templates/views/'
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
com.atomikos.icatch.log_base_dir=/kbklog/standalone/adp/
|
||||
com.atomikos.icatch.log_base_name=adp_tx
|
||||
# application.yml ? ??
|
||||
# com.atomikos.icatch.log_base_dir=/Log/eapim/portal/
|
||||
# com.atomikos.icatch.log_base_name=adp_tx
|
||||
|
||||
Reference in New Issue
Block a user