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
a95a3a56
Commit
a95a3a56
authored
1 year ago
by
donghyun
Browse files
Options
Downloads
Patches
Plain Diff
refactor : gitignore change
parent
fb96f2c3
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+0
-2
0 additions, 2 deletions
.gitignore
src/main/resources/application-aws.properties
+0
-5
0 additions, 5 deletions
src/main/resources/application-aws.properties
src/main/resources/application.properties
+0
-28
0 additions, 28 deletions
src/main/resources/application.properties
with
0 additions
and
35 deletions
.gitignore
+
0
−
2
View file @
a95a3a56
...
...
@@ -4,8 +4,6 @@ build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
/application-aws.properites
**/*.properties
### STS ###
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/application-aws.properties
deleted
100644 → 0
+
0
−
5
View file @
fb96f2c3
cloud.aws.s3.bucket
=
anak-s3
cloud.aws.stack.auto
=
false
cloud.aws.region.static
=
ap-northeast-2
cloud.aws.credentials.accessKey
=
AKIAUK4OA4SHAQ4Y76RL
cloud.aws.credentials.secretKey
=
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
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/main/resources/application.properties
deleted
100644 → 0
+
0
−
28
View file @
fb96f2c3
#spring.config.activate.on-profile=aws
spring.profiles.active
=
aws
# mySql
spring.datasource.driver-class-name
=
com.mysql.cj.jdbc.Driver
spring.datasource.url
=
jdbc:mysql://localhost:3306/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
# 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
# MULTIPART (MultipartProperties)
# Enable multipart uploads
spring.servlet.multipart.enabled
=
true
# Threshold after which files are written to disk.
spring.servlet.multipart.file-size-threshold
=
2KB
# Max file size.
spring.servlet.multipart.max-file-size
=
200MB
# Max Request Size
spring.servlet.multipart.max-request-size
=
215MB
jwt.secret
=
secret
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