Skip to content

0.3.5 이슈 #12

Description

@Felicette1963

해결해야 될 이슈 리스트

  • 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
  • 스프링 서버 실행 이후 local:host/ 다음과 같은 창이 뜨며 에러 메세지가 나옴
    image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions