Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
backend
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
umc team 1
backend
Commits
9c59e294
Commit
9c59e294
authored
1 year ago
by
Gwan Ju
Browse files
Options
Downloads
Patches
Plain Diff
feat: add *.properties to .gitignore
parent
fb73e1f5
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
src/main/resources/application.properties
+0
-28
0 additions, 28 deletions
src/main/resources/application.properties
with
2 additions
and
28 deletions
.gitignore
+
2
−
0
View file @
9c59e294
...
@@ -5,6 +5,8 @@ build/
...
@@ -5,6 +5,8 @@ build/
!**/src/main/**/build/
!**/src/main/**/build/
!**/src/test/**/build/
!**/src/test/**/build/
**/*.properties
### STS ###
### STS ###
.apt_generated
.apt_generated
.classpath
.classpath
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/application.properties
deleted
100644 → 0
+
0
−
28
View file @
fb73e1f5
# mySql
#spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
#spring.datasource.url=jdbc:mysql://localhost:3000/study?useSSL=false&allowPublicKeyRetrieval=true&characterEncoding=UTF-8&serverTimezone=UTC
#spring.datasource.username=root
#spring.datasource.password=1234
#spring.jpa.properties.hibernate.jdbc.batch_size=100
spring.datasource.driver-class-name
=
com.mysql.cj.jdbc.Driver
spring.datasource.url
=
jdbc:mysql://localhost:3306/umc
spring.datasource.username
=
root
spring.datasource.password
=
6235
spring.jpa.properties.hibernate.show-sql
=
true
logging.level.org.hibernate.type.descriptor.sql
=
DEBUG
logging.level.org.hibernate.SQL
=
DEBUG
spring.mvc.pathmatch.matching-strategy
=
ANT_PATH_MATCHER
# jpa
spring.jpa.database
=
mysql
spring.jpa.show-sql
=
true
spring.jpa.hibernate.ddl-auto
=
update
spring.jpa.properties.hibernate.format_sql
=
true
spring.jpa.open-in-view
=
false
jwt.secret
=
rutyweorituwyerotiuweyrtoiuweyrtoweiurtywoeighdfsojkghsdfgsdofiguwyertouw
jwt.expirationtime
=
3600
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