JTA 설정 비활성화 및 신규 회원가입 경로 추가
- `spring.jta.enabled` 값 false로 변경 (stage/dev/prod 공통) - 법인회원 초대 경로(`/signup/decision_process`) 신규 추가
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
spring:
|
spring:
|
||||||
jta:
|
jta:
|
||||||
enabled: true
|
enabled: false
|
||||||
config:
|
config:
|
||||||
activate:
|
activate:
|
||||||
on-profile: dev
|
on-profile: dev
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
spring:
|
spring:
|
||||||
jta:
|
jta:
|
||||||
enabled: true
|
enabled: false
|
||||||
config:
|
config:
|
||||||
activate:
|
activate:
|
||||||
on-profile: prod
|
on-profile: prod
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
spring:
|
spring:
|
||||||
jta:
|
jta:
|
||||||
enabled: true
|
enabled: false
|
||||||
web:
|
web:
|
||||||
resources:
|
resources:
|
||||||
cache:
|
cache:
|
||||||
|
|||||||
@@ -41,10 +41,11 @@ spring:
|
|||||||
# 아래 app.resource-versioning.enabled 토글을 읽어 직접 수행한다.
|
# 아래 app.resource-versioning.enabled 토글을 읽어 직접 수행한다.
|
||||||
|
|
||||||
jta:
|
jta:
|
||||||
enabled: true
|
enabled: false
|
||||||
atomikos:
|
atomikos:
|
||||||
properties:
|
properties:
|
||||||
log-base-dir: /logs/atomikos
|
# log-base-dir: /logs/eapim/${inst.Name:devSvr11}/atomikos
|
||||||
|
log-base-dir: /dev/null
|
||||||
log-base-name: adp_tx
|
log-base-name: adp_tx
|
||||||
|
|
||||||
thymeleaf:
|
thymeleaf:
|
||||||
@@ -257,6 +258,9 @@ page:
|
|||||||
verification_email:
|
verification_email:
|
||||||
name: "이메일 인증"
|
name: "이메일 인증"
|
||||||
path: "/signup/verification-email"
|
path: "/signup/verification-email"
|
||||||
|
decision:
|
||||||
|
name: "법인회원 초대"
|
||||||
|
path: "/signup/decision_process"
|
||||||
agreements:
|
agreements:
|
||||||
name: 약관
|
name: 약관
|
||||||
path: "#"
|
path: "#"
|
||||||
|
|||||||
Reference in New Issue
Block a user