-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
해결해야 될 이슈 리스트
- git hub clone 이후 openjdk-11 설치가 필요
- propoties의 접속 에러 이슈 [0.3.6에서 해결]
# 수정 이후 propoties
# MySQL8 설정
spring.datasource.url=jdbc:mysql://localhost:3306/[Database 스키마 명]
spring.datasource.username=[계정명]
spring.datasource.password=[비밀번호]
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
# 콘솔에 SQL 출력 여부
spring.jpa.show-sql=true
spring.jpa.database-platform=org.hibernate.dialect.MySQL8Dialect
# hibernate 설정
spring.jpa.database=mysql
spring.jpa.hibernate.ddl-auto=none
spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
spring.jpa.generate-ddl=false
spring.jpa.properties.hibernate.format_sql=true
spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true
# 이전버전 Propoties
# spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
# spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
# # spring.datasource.url=jdbc:mysql://localhost:3306/encore
# # spring.datasource.username=root
# # spring.datasource.password=sql4869
# spring.jpa.hibernate.ddl-auto=update
# spring.jpa.show-sql=true
# spring.jpa.properties.hibernate.format_sql=true
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
