Commit 348d10b9 authored by Chamod Ishankha's avatar Chamod Ishankha

config application.yaml

parent 20e860a0
...@@ -6,7 +6,7 @@ spring: ...@@ -6,7 +6,7 @@ spring:
name: user name: user
password: password password: password
datasource: datasource:
url: jdbc:mysql://localhost:3306/baby_care_db?useSSL=false&serverTimezone=UTC url: jdbc:mysql://kaluwa.enterprises.lan:30306/baby_care_db?useSSL=false&serverTimezone=UTC
username: root username: root
password: root password: root
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
...@@ -16,6 +16,7 @@ spring: ...@@ -16,6 +16,7 @@ spring:
show-sql: false show-sql: false
properties: properties:
hibernate: hibernate:
dialect: org.hibernate.dialect.MySQLDialect
format_sql: true format_sql: true
servlet: servlet:
multipart: multipart:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment