일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- nginx설치
- 웹사이트성능
- 푸시
- JPA
- Push
- 성능
- nginx설정
- 카프카 트랜잭션
- 디자인패턴
- gcm 푸시 번역
- 도메인 주도 개발
- Design Pattern
- kafka
- 웹사이트최적화기법
- GCM
- 푸시 번역
- nginx
- php
- GCM 번역
- git
- Java
- APNS
- 카프카
- 페이스북 번역
- notification
- ddd
- 웹사이트 성능
- graphql
- 자바스크립트
Archives
- Today
- Total
목록spring boot tips (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