Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SwitchRoom
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
fz2907
SwitchRoom
Commits
bf633441
Commit
bf633441
authored
2 years ago
by
fz2907
Browse files
Options
Downloads
Patches
Plain Diff
Changed DB port from 3306 to 3307. So it will not interrupt with your own local MySQL
parent
382c4998
No related branches found
Branches containing commit
No related tags found
1 merge request
!27
Sprint 1 done
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
BackendFolder/SwitchRoom/src/main/resources/application.properties
+2
-2
2 additions, 2 deletions
...lder/SwitchRoom/src/main/resources/application.properties
with
2 additions
and
2 deletions
BackendFolder/SwitchRoom/src/main/resources/application.properties
+
2
−
2
View file @
bf633441
...
...
@@ -2,11 +2,11 @@
server.port
=
8081
# MySQL Configuration
spring.datasource.url
=
jdbc:mysql://localhost:330
6
/switch_room_db
spring.datasource.url
=
jdbc:mysql://localhost:330
7
/switch_room_db
spring.datasource.username
=
root
spring.datasource.password
=
mypassword
spring.datasource.driver-class-name
=
com.mysql.cj.jdbc.Driver
spring.jpa.hibernate.ddl-auto
=
update
spring.jpa.show-sql
=
true
spring.jpa.properties.hibernate.format_sql
=
true
spring.jpa.properties.hibernate.dialect
=
org.hibernate.dialect.MySQL57InnoDBDialect
\ No newline at end of file
spring.jpa.properties.hibernate.dialect
=
org.hibernate.dialect.MySQL57InnoDBDialect
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment