일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 웹사이트최적화기법
- Java
- gcm 푸시 번역
- 카프카 트랜잭션
- 푸시
- 웹사이트 성능
- 페이스북 번역
- nginx설치
- kafka
- ddd
- APNS
- 성능
- 웹사이트성능
- Design Pattern
- php
- graphql
- git
- 카프카
- GCM
- 자바스크립트
- 푸시 번역
- Push
- notification
- 도메인 주도 개발
- JPA
- 디자인패턴
- nginx설정
- GCM 번역
- nginx
Archives
- Today
- Total
목록스프링부트 팁 (1)
간단한 개발관련 내용
[Spring] spring-boot 설정 Tips
Spring boot Tips spring-boot 에서 spring-boot-starter-data-* 관련 dependency 들을 추가하면 'mysql-connector-java' 같은 connector를 추가해야 합니다.no profiles are currently active 가 뜨면 spring.profiles.active=@activeProfile@ 설정을 해야 합니다.gradle 로 구동 시 -Dspring.profiles.active= 를 하더라도 되지 않는 경우가 있는데 아래와 같이 설정해 주어야 합니다.bootRun {systemProperties System.properties} 테스트 케이스에서 ConfigurationProperties나 lombok으로 인해 gradle buil..
Framework/Spring
2017. 3. 30. 16:32