Skip to content

Commit b8dd046

Browse files
committed
chore: backend-ci 2차
1 parent cf935ae commit b8dd046

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/test/resources/application.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
spring:
2+
datasource:
3+
url: jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;MODE=MYSQL
4+
username: sa
5+
password:
6+
driverClassName: org.h2.Driver
7+
h2:
8+
console:
9+
enabled: true
10+
path: /h2-console
11+
jpa:
12+
hibernate:
13+
ddl-auto: update
14+
show-sql: true
15+
properties:
16+
hibernate:
17+
dialect: org.hibernate.dialect.MySQLDialect
18+
19+
config:
20+
import: "optional:file:backend-secret.env[.properties]"

0 commit comments

Comments
 (0)