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

config application.yaml

parent 20e860a0
......@@ -6,7 +6,7 @@ spring:
name: user
password: password
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
password: root
driver-class-name: com.mysql.cj.jdbc.Driver
......@@ -16,6 +16,7 @@ spring:
show-sql: false
properties:
hibernate:
dialect: org.hibernate.dialect.MySQLDialect
format_sql: true
servlet:
multipart:
......@@ -26,4 +27,4 @@ spring:
server:
port: 8080
servlet:
context-path: /api/v1/baby-care
\ No newline at end of file
context-path: /api/v1/baby-care
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