inblog logo
|
Essential IT
    Spring 블로그 만들기

    [spring blog]1. 초기 세팅하기

    Mar 14, 2024
    [spring blog]1. 초기 세팅하기
     
    데이터 클론하기
    https://github.com/Test231212/spring-blog-view.git
    File-New-Project from Version Control
    notion image
     
    서버 실행해보기
     
    yml 설정하기 resources-application-dev.yml
    server: servlet: encoding: charset: utf-8 force: true session: timeout: 30m port: 8080 spring: mustache: servlet: expose-session-attributes: true expose-request-attributes: true datasource: driver-class-name: org.h2.Driver url: jdbc:h2:mem:test;MODE=MySQL username: sa password: h2: console: enabled: true jpa: hibernate: ddl-auto: create show-sql: true properties: hibernate: format_sql: true
     
    Share article

    Essential IT

    RSS·Powered by Inblog