Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
songyi00 committed Jan 28, 2024
1 parent 7af6c89 commit 8f08e36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion batch/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
spring:
profiles:
active: dev
active: test
include: console-logging
15 changes: 2 additions & 13 deletions domain/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
spring:
datasource:
url: jdbc:mysql://localhost:3306/nexters
username: test
password: test

jpa:
database-platform: org.hibernate.dialect.MySQLDialect
hibernate:
ddl-auto: create
properties:
hibernate:
format_sql: true
show-sql: true
profiles:
active: test

0 comments on commit 8f08e36

Please sign in to comment.