inblog logo
|
codingb
    Spring

    v1 익명 블로그 만들기 - yml 설정

    coding S's avatar
    coding S
    Mar 14, 2024
    v1 익명 블로그 만들기 - 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 sql: init: data-locations: - classpath:db/data.sql jpa: hibernate: ddl-auto: create show-sql: true properties: hibernate: format_sql: true defer-datasource-initialization: true
     
    Share article

    codingb

    RSS·Powered by Inblog