Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Smart Energy Management System
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marek Skácelík
Smart Energy Management System
Merge requests
!29
An error occurred while fetching the assigned milestone of the selected merge_request.
Feat: containerize the app using docker, change db to postgresql
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feat: containerize the app using docker, change db to postgresql
entity-relationships-fix
into
milestone-2
Overview
0
Commits
1
Pipelines
1
Changes
14
Merged
Filip Bugoš
requested to merge
entity-relationships-fix
into
milestone-2
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
14
Expand
0
0
Merge request reports
Compare
milestone-2
milestone-2 (base)
and
latest version
latest version
15b54fab
1 commit,
1 year ago
14 files
+
212
−
16
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
core/src/main/resources/application.properties
+
5
−
1
Options
spring.h2.console.enabled
=
true
\ No newline at end of file
##spring.h2.console.enabled=true
spring.datasource.url
=
jdbc:postgresql://localhost:5432/postgres
spring.datasource.username
=
postgres
spring.datasource.password
=
password
spring.jpa.hibernate.ddl-auto
=
create
\ No newline at end of file
Loading