Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
meltapplee committed Dec 6, 2024
1 parent 41f0b83 commit ec409ed
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 75 deletions.
39 changes: 20 additions & 19 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
spring:
config.activate.on-profile: default
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: ${DB_URL}
username: ${DB_USERNAME}
password: ${DB_PASSWORD}
hikari:
maxLifetime: 580000
jpa:
hibernate:
ddl-auto: update
show-sql: true
properties:
config:
activate:
on-profile: default
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: ${DB_URL}
username: ${DB_USERNAME}
password: ${DB_PASSWORD}
hikari:
maxLifetime: 580000
jpa:
hibernate:
format_sql: true
open-in-view: false
database: mysql
ddl-auto: update
show-sql: true
properties:
hibernate:
format_sql: true
open-in-view: false
database: mysql

jackson:
property-naming-strategy: SNAKE_CASE
jackson:
property-naming-strategy: SNAKE_CASE

auth:
jwt:
Expand Down Expand Up @@ -52,4 +54,3 @@ open-feign:

server:
port: 8989

56 changes: 0 additions & 56 deletions src/test/resources/application-test.yml

This file was deleted.

0 comments on commit ec409ed

Please sign in to comment.