Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
limsubinn committed Aug 5, 2023
2 parents 79ec560 + d40ff54 commit 4e23447
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
**.pemsssssssss
**.pem

### STS ###
.apt_generated
Expand Down Expand Up @@ -103,4 +103,4 @@ $RECYCLE.BIN/
# akfrdma0125#
convention.md

# End of https://www.toptal.com/developers/gitignore/api/windows,macos
# End of https://www.toptal.com/developers/gitignore/api/windows,macos
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ spring:
resources:
add-mappings: false
messages:
basename: errors
basename: errors
7 changes: 5 additions & 2 deletions src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ logging:
util:
EC2MetadataUtils: ERROR
spring:
geocoder: ${GEOCODER_API_KEY}
servlet:
multipart:
max-file-size: 5MB
Expand All @@ -43,7 +44,7 @@ spring:
sql:
init:
platform: mysql
mode: never
mode: always

---
spring:
Expand All @@ -59,6 +60,8 @@ spring:
activate:
on-profile: JPA
jpa:
database: mysql
database-platform: org.hibernate.dialect.MySQLDialect
hibernate:
database-platform: org.hibernate.dialect.MySQLDialect
ddl-auto: create
Expand Down Expand Up @@ -86,4 +89,4 @@ spring:
resources:
add-mappings: false
messages:
basename: errors
basename: errors

0 comments on commit 4e23447

Please sign in to comment.