BAEL-1779 deploy springboot app to azure

This commit is contained in:
aiet
2018-05-23 16:46:55 +08:00
parent 4c333aeeb3
commit 94f50c2175
10 changed files with 311 additions and 0 deletions
@@ -0,0 +1,16 @@
server.port=8080
server.address=0.0.0.0
spring.jpa.hibernate.ddl-auto=create
logging.file=azure.log
logging.level.root=info
spring.datasource.url=jdbc:h2:file:~/test
spring.datasource.username=sa
spring.datasource.password=
#spring.datasource.url=jdbc:mysql://localhost:3306/localdb
#spring.datasource.username=your-db-username
#spring.datasource.password=your-db-password