mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 09:05:50 +00:00
Changed port from 8080 to 8083
This commit is contained in:
parent
b50ea4e249
commit
11ca533c93
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ spring.sql.init.data-locations=classpath*:db/${database}/data.sql
|
|||
|
||||
# Web
|
||||
spring.thymeleaf.mode=HTML
|
||||
|
||||
spring.server.port = 8083
|
||||
# JPA
|
||||
spring.jpa.hibernate.ddl-auto=none
|
||||
spring.jpa.open-in-view=true
|
||||
|
|
Loading…
Reference in a new issue