Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
devops-workshop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Alexander Holt
devops-workshop
Merge requests
!24
Login hash
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Login hash
callumg/devops-workshop-gruppe-29:loginHash
into
master
Overview
0
Commits
0
Pipelines
0
Changes
0
Open
Vilhjalmur Arnar Vilhjalmsson
requested to merge
callumg/devops-workshop-gruppe-29:loginHash
into
master
3 years ago
Overview
0
Commits
0
Pipelines
0
Changes
10
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
208785a3
13 commits,
3 years ago
10 files
+
149
−
30
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
src/main/java/dao/Database.java
+
1
−
1
Options
@@ -18,7 +18,7 @@ public class Database {
private
static
boolean
isTest
=
isJUnitTest
();
private
static
final
String
IP_TO_VM
=
"129.241.9
6.191
"
;
private
static
final
String
IP_TO_VM
=
"129.241.9
9.29
"
;
private
static
String
DB_URL
=
"jdbc:mysql://"
+
((
DB_CHOICE
!=
null
)
?
(
DB_CHOICE
+
":3306/"
)
:
Loading