Skip to content
Snippets Groups Projects
application.properties 241 B
Newer Older
Johannes Wilhelm's avatar
Johannes Wilhelm committed
spring.jpa.hibernate.ddl-auto=update 
Johannes Wilhelm's avatar
ok
Johannes Wilhelm committed
spring.datasource.url=jdbc:mysql://localhost:3306/schleicherhof_pms
Johannes Wilhelm's avatar
Johannes Wilhelm committed
spring.datasource.username=
spring.datasource.password=
Johannes Wilhelm's avatar
Johannes Wilhelm committed
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
Johannes Wilhelm's avatar
c  
Johannes Wilhelm committed
server.port=4321
Johannes Wilhelm's avatar
Johannes Wilhelm committed