BAEL-1779 deploy springboot app to azure
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user