840136b8ca
- DJErpAdapterMappingRegistrar 신규 추가: ContextRefreshedEvent 시점에 dj.erp.adapter.paths(쉼표 구분)를 읽어 callApi 메서드를 동적으로 등록 OAuth2의 FrameworkEndpointHandlerMapping과 충돌하지 않도록 exact type 비교로 선택 - DJErpApiAdapterController: 하드코딩된 @RequestMapping 제거 (Registrar에 위임) - DJErpApiAdapterService: @Primary 추가 (Root/Servlet Context 중복 스캔 시 충돌 방지) - applicationContext-jpa.xml: Root Context에서 @Controller/@RestController 제외 필터 추가 - authserver-servlet.xml: context:property-placeholder 및 DJErpAdapterMappingRegistrar 빈 선언 추가 - env.D/T/P.properties: dj.erp.adapter.paths 속성 추가 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
26 lines
868 B
Properties
26 lines
868 B
Properties
# db.vendor specific dialect
|
|
# Examples
|
|
# - H2 : org.hibernate.dialect.H2Dialect
|
|
# - oracle10g : org.hibernate.dialect.Oracle10gDialect
|
|
# - oracle12c : org.hibernate.dialect.Oracle12cDialect
|
|
# - MySQL5 : org.hibernate.dialect.MySQL5Dialect
|
|
# - MySQL8 : org.hibernate.dialect.MySQL8Dialect
|
|
# - MariaDB 10.3 : org.hibernate.dialect.MariaDB103Dialect
|
|
hibernate.dialect=org.hibernate.dialect.Oracle12cDialect
|
|
|
|
# eLink default functions
|
|
# set System property in real system
|
|
#inst.Name=${HOSTNAME}
|
|
inst.Name=agwSvr11
|
|
eai.jdbc.Name=jdbc/dsOBP_AGW
|
|
eai.rmiport=30111
|
|
eai.rmiserviceport=30112
|
|
eai.systemmode=D
|
|
# EAI FEP MCI GW ...
|
|
eai.systemtype=API
|
|
eai.tableowner=AGWADM
|
|
eai.server.extractor=[0,2],[0,2],[-2]
|
|
|
|
# DJErp API Adapter request mapping paths (comma-separated)
|
|
dj.erp.adapter.paths=/dj/{path:^(?!oauth).*$},/dj/{path:^(?!oauth).*$}/**
|