diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index b93ff4de3..737c57623 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,10 +1,13 @@ # database init, supports mysql too -database=hsqldb +database=mysql spring.datasource.schema=classpath*:db/${database}/schema.sql spring.datasource.data=classpath*:db/${database}/data.sql +spring.profiles.active=mysql # Web spring.thymeleaf.mode=HTML +server.port=8081 + # JPA spring.jpa.hibernate.ddl-auto=none