Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
baby-monitoring-spring-backend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
R24-145
baby-monitoring-spring-backend
Commits
9f142da7
Commit
9f142da7
authored
Aug 27, 2024
by
Ishankha K.C
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/feature/chamode_dev' into feature/chamode_dev
parents
8ef7416a
348d10b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/main/resources/application.yaml
src/main/resources/application.yaml
+3
-2
No files found.
src/main/resources/application.yaml
View file @
9f142da7
...
...
@@ -6,7 +6,7 @@ spring:
name
:
user
password
:
password
datasource
:
url
:
jdbc:mysql://
localhost:3
306/baby_care_db?useSSL=false&serverTimezone=UTC
url
:
jdbc:mysql://
kaluwa.enterprises.lan:30
306/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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment