From aa5e769148d14e664f72b60c08fc2352b61842f9 Mon Sep 17 00:00:00 2001 From: Rinjae Date: Mon, 29 Jun 2026 18:24:26 +0900 Subject: [PATCH] =?UTF-8?q?JTA=20=EC=84=A4=EC=A0=95=20=EB=B9=84=ED=99=9C?= =?UTF-8?q?=EC=84=B1=ED=99=94=20=EB=B0=8F=20=EC=8B=A0=EA=B7=9C=20=ED=9A=8C?= =?UTF-8?q?=EC=9B=90=EA=B0=80=EC=9E=85=20=EA=B2=BD=EB=A1=9C=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=20-=20`spring.jta.enabled`=20=EA=B0=92=20false?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD=20(stage/dev/prod=20=EA=B3=B5?= =?UTF-8?q?=ED=86=B5)=20-=20=EB=B2=95=EC=9D=B8=ED=9A=8C=EC=9B=90=20?= =?UTF-8?q?=EC=B4=88=EB=8C=80=20=EA=B2=BD=EB=A1=9C(`/signup/decision=5Fpro?= =?UTF-8?q?cess`)=20=EC=8B=A0=EA=B7=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 2 +- src/main/resources/application-prod.yml | 2 +- src/main/resources/application-stage.yml | 2 +- src/main/resources/application.yml | 8 ++++++-- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index e957a6c..1be7734 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -1,6 +1,6 @@ spring: jta: - enabled: true + enabled: false config: activate: on-profile: dev diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 6c9a52d..6a5d06f 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -1,6 +1,6 @@ spring: jta: - enabled: true + enabled: false config: activate: on-profile: prod diff --git a/src/main/resources/application-stage.yml b/src/main/resources/application-stage.yml index f5b1d9c..b22cc90 100644 --- a/src/main/resources/application-stage.yml +++ b/src/main/resources/application-stage.yml @@ -1,6 +1,6 @@ spring: jta: - enabled: true + enabled: false web: resources: cache: diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 6e48ae5..ed7cf2b 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -41,10 +41,11 @@ spring: # 아래 app.resource-versioning.enabled 토글을 읽어 직접 수행한다. jta: - enabled: true + enabled: false atomikos: 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 thymeleaf: @@ -257,6 +258,9 @@ page: verification_email: name: "이메일 인증" path: "/signup/verification-email" + decision: + name: "법인회원 초대" + path: "/signup/decision_process" agreements: name: 약관 path: "#"