|
@ -3,6 +3,12 @@ |
|
|
# |
|
|
# |
|
|
server.port=8080 |
|
|
server.port=8080 |
|
|
|
|
|
|
|
|
|
|
|
spring.h2.console.enabled=true |
|
|
|
|
|
spring.h2.console.path=/h2-console |
|
|
|
|
|
spring.datasource.url=jdbc:h2:mem:testdb |
|
|
|
|
|
|
|
|
|
|
|
spring.jpa.show-sql=true |
|
|
|
|
|
|
|
|
# Ref: https://docs.spring.io/spring-boot/docs/1.2.0.M2/reference/html/common-application-properties.html |
|
|
# Ref: https://docs.spring.io/spring-boot/docs/1.2.0.M2/reference/html/common-application-properties.html |
|
|
|
|
|
|
|
|
# # EMBEDDED SERVER CONFIGURATION (ServerProperties) |
|
|
# # EMBEDDED SERVER CONFIGURATION (ServerProperties) |
|
|