44 lines
929 B
YAML
44 lines
929 B
YAML
# Local ?섍꼍 ?꾩슜 ?ㅼ젙 (H2 硫붾え由?DB ??
|
|
spring:
|
|
datasource:
|
|
url: jdbc:p6spy:h2:mem:testdb;DB_CLOSE_DELAY=-1;
|
|
driverClassName: com.p6spy.engine.spy.P6SpyDriver
|
|
username: sa
|
|
password: password
|
|
h2:
|
|
console:
|
|
enabled: true
|
|
|
|
eims:
|
|
http:
|
|
url: http://localhost:${server.port}/api/gateway
|
|
tcp:
|
|
host: 127.0.0.1
|
|
port: 8090
|
|
timeout: 5000
|
|
jsp:
|
|
form:
|
|
url: http://localhost:${server.port}/mock/jsp-form
|
|
json:
|
|
url: http://localhost:${server.port}/mock/jsp-json
|
|
mci:
|
|
url: http://localhost:${server.port}/api/mock/esb/api
|
|
mcistring:
|
|
url: http://localhost:${server.port}/api/mock/esb/string
|
|
|
|
mcp:
|
|
security:
|
|
tenant-domains:
|
|
mcp-client-1: CUSTOMER,COMMON
|
|
mcp-client-2: ALL
|
|
|
|
axhub:
|
|
gateway:
|
|
url: http://localhost:8081
|
|
tool:
|
|
url: ${AXHUB_TOOL_URL:http://localhost:${server.port}}
|
|
|
|
sol:
|
|
req-detail:
|
|
mock-enabled: true
|