2017. 1. 14. 17:52 java/spring
springboot template 만들기
git 에 tempate 만들자.
https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html
server.port=80
spring.thymeleaf.cache=false
spring.jpa.show-sql=true
spring.jpa.database=POSTGRESQL
#spring.datasource.platform=postgres
spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
spring.datasource.username=postgres
spring.datasource.password=postgres
spring.datasource.driver-class-name=org.postgresql.Driver
'java > spring' 카테고리의 다른 글
springboot 메모 (0) | 2017.05.17 |
---|---|
rest api 보여 주는 hal-browser (0) | 2017.04.01 |
Spring Security 비밀번호 SHA1, 224, 256, 384, 512 암호화 (0) | 2016.11.07 |
spring web request, response 로깅 (0) | 2016.10.19 |
스프링을 이용한 Restful 웹 서비스 구축하기 (0) | 2016.06.28 |