mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
server port
This commit is contained in:
parent
383edc1656
commit
ea19d9eac9
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
server.port=8090
|
||||
|
||||
# database init, supports mysql too
|
||||
database=h2
|
||||
spring.sql.init.schema-locations=classpath*:db/${database}/schema.sql
|
||||
|
|
Loading…
Reference in a new issue