Skip to content

Commit

Permalink
[BE] fix: 프론트 연동 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
xeoxaxeo committed Feb 22, 2024
1 parent 0c230e3 commit 957a633
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
server.servlet.encoding.force=true

logging.level.org.springframework.security=DEBUG


spring.jpa.show-sql=true
spring.jpa.properties.hibernate.show_sql=true
spring.jpa.properties.hibernate.format_sql=true

spring.jpa.generate-ddl=true

# SSL
# server.ssl.enabled=true
server.ssl.key-store=classpath:ssl/keystore.p12
server.ssl.key-store-password=0000
server.ssl.key-store-type=PKCS12

# DB
spring.datasource.url=jdbc:mysql://15.164.219.28:3306/eccproject?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Seoul&useSSL=false&allowPublicKeyRetrieval=true
spring.datasource.username=eccproject
spring.datasource.password=ECCproject00@@
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.database-platform=org.hibernate.dialect.MySQL8Dialect

jwt.secret=9b254e504e3315dde7862ea7c6e1d013a66a34ac1ed9b85990fc6a86e0b79f622a3d0e123b7b5c6cdcb6a4390a4b9cdc79807d9afd66e3cdbcf19d04dfc8ed51
jwt.expiration=1800

0 comments on commit 957a633

Please sign in to comment.