14 lines
469 B
Properties
14 lines
469 B
Properties
spring.application.name=demo
|
|
spring.datasource.url=jdbc:mariadb://mysql.dsv.su.se:3306/lial9067
|
|
spring.datasource.username=lial9067
|
|
spring.datasource.password=eeHae9ohch1m
|
|
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
|
|
|
|
# JPA / Hibernate
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
spring.jpa.show-sql=true
|
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MariaDBDialect
|
|
|
|
# Optional: change port if default 8080 is busy
|
|
server.port=8080
|