Lecturer +

This commit is contained in:
Filip Izydorczyk
2020-07-25 10:21:42 +02:00
parent 8b5d73a5dd
commit 3c026115fe
5 changed files with 82 additions and 1 deletions

View File

@ -4,7 +4,7 @@ spring.datasource.username=root
spring.datasource.password=example
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.open-in-view=true
spring.jpa.hibernate.ddl-auto=create
spring.jpa.hibernate.ddl-auto=create-drop
spring.jackson.serialization.fail-on-empty-beans=false
server.port=1285