
Application 실행 환경에 따른 설정을 위해 profile 설정을 추가합니다. 스프링부트에서는 기본 설정을 application.properties에 하는데 개발 환경에 따라 달라지는 값들은 profile을 추가함으로써 동적으로 이용가능합니다. 추가하는 방법은 간단합니다. application-[profile].properties 이 규칙으로 파일을 생성하면 됩니다. 일단 세개의 파일을 생성합니다. application-local.properties application-dev.properties application-product.properties 내용 application-local.properties ----------------------------- spring.thymeleaf.cac..
요청 값 처리에 대한 설정 부분입니다. 요청 문자열에 대한 type converter 설정 Json 관련 설정(json to object, object json) 1. 요청 문자열에 대한 type converter 설정 @Autowired(required = false) private Converter[] converters; @Override public void addFormatters(FormatterRegistry registry) { if(converters != null) { for(final Converter converter : converters) { registry.addConverter(converter); } } NumberStyleFormatter numberFormatter = ..
- Total
- Today
- Yesterday
- REST
- spring
- sample
- example
- mapToList
- 예제
- 샘플
- 설정
- listToMap
- oracle
- AG-GRID
- lombok
- cache
- thymeleaf
- 스프링
- 스프링부트
- ag grid
- Javascript
- springboot
- 타임리프
- java
- UI
- Spring Boot
- SHEETJS
- mybatis
- 엑셀
- RESTful
- 메시지
- 그리드
- restful서비스
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |