Skip to content

Commit

Permalink
test 주석, deploy.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chosoobin37 committed Jul 2, 2024
1 parent 89da1cc commit 05144bd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,27 +45,26 @@ jobs:
main:
allow-bean-definition-overriding: true
jpa:
show-sql: false
database: mysql
datasource:
driver-class-name: org.mariadb.jdbc.Driver
url: jdbc:mariadb://\${RDS_HOSTNAME}:\${RDS_PORT}/\${RDS_DB_NAME}?serverTimezone=Asia/Seoul
username: \${RDS_USERNAME}
password: \${RDS_PASSWORD}
jpa:
hibernate:
ddl-auto: update
show-sql: true
properties:
hibernate:
jdbc:
time_zone: Asia/Seoul
dialect: org.hibernate.dialect.MariaDBDialect
format_sql: true
use_sql_comments: true
database-platform: org.hibernate.dialect.MySQL8Dialect
generate-ddl: on
default_batch_fetch_size: 1000
datasource:
driver-class-name: org.mariadb.jdbc.Driver
url: jdbc:mariadb://\${RDS_HOSTNAME}:\${RDS_PORT}/\${RDS_DB_NAME}?serverTimezone=Asia/Seoul
username: \${RDS_USERNAME}
password: \${RDS_PASSWORD}
batch:
batch:
job:
enabled: false
jdbc:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
@SpringBootTest
class TunaStudyCicdApplicationTests {

@Test
void contextLoads() {
}
// @Test
// void contextLoads() {
// }

}

0 comments on commit 05144bd

Please sign in to comment.