From 2c8f2657d3748527fa7fd6acb1f63da84673364e Mon Sep 17 00:00:00 2001 From: gpatil25 <29688296+gpatil25@users.noreply.github.com> Date: Thu, 18 Oct 2018 11:49:39 +0530 Subject: [PATCH] Config changes --- src/main/resources/application.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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