Newer
Older
CosmosServer / src / main / resources / application-development.properties
# datasource
spring.datasource.driver-class-name=org.h2.Driver
spring.datasource.url=jdbc:h2:mem:sampledb
spring.datasource.username=sa
spring.datasource.password=sa

# h2 for debug tool
spring.h2.console.enabled=true
spring.h2.console.path=/h2-console
spring.h2.console.settings.web-allow-others=true

#baseURI
cosmos.baseURI=http://nitta-lab-www.is.konan-u.ac.jp/
cosmos.appName=cosmsos
cosmos.URL=${cosmos.baseURI}${cosmos.appName}