Files
ax_hub_mcp_tool/target/classes/application.properties
jade 40ca961239
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 17s
fix: restore static html files that were dropped during massive rename
2026-08-20 12:51:21 +09:00

18 lines
543 B
Properties

spring.application.name=dap-admin
# application.properties (?? ??, Redis ? ??)
server.port=8080
spring.datasource.url=jdbc:p6spy:h2:mem:testdb;DB_CLOSE_DELAY=-1;
spring.datasource.driverClassName=com.p6spy.engine.spy.P6SpyDriver
spring.datasource.username=sa
spring.datasource.password=password
spring.h2.console.enabled=true
mybatis.mapper-locations=classpath:mapper/**/*.xml
mybatis.type-aliases-package=
spring.sql.init.mode=always
mybatis.configuration.map-underscore-to-camel-case=true
logging.level.com.corundumstudio.socketio=DEBUG