We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
스프링 프로젝트의 환경설정으로 .yaml 파일이나 .properties를 이용하는 것이 나중에 수정할 때도 편할 것 같습니다.
예시)
spring: application: name: social_server mvc: pathmatch: matching-strategy: ant_path_matcher messages: basename: i18n/messages encoding: UTF-8 cache-duration: PT1H h2: console: enabled: true path: /h2-console datasource: driver-class-name: org.h2.Driver url: "jdbc:h2:mem:social_server;MODE=MYSQL;DB_CLOSE_DELAY=-1" username: sa password: hikari: minimum-idle: 1 maximum-pool-size: 5 pool-name: H2_DB sql: init: platform: h2 schema-locations: classpath:schema-h2.sql data-locations: classpath:data-h2.sql server: port: 8080 jwt: token: header: api_key issuer: social_server clientSecret: Rel3Bjce2MajBo09qgkNgYaTuzvJe8iwnBFhsDS5 expirySeconds: 0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
스프링 프로젝트의 환경설정으로 .yaml 파일이나 .properties를 이용하는 것이 나중에 수정할 때도 편할 것 같습니다.
예시)
The text was updated successfully, but these errors were encountered: