일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 코드업
- JavaScript
- 설정
- 안드로이드 스튜디오
- 리팩터링
- 2차원 리스트
- 설치
- 예제
- 자바
- 안스
- 자바스크립트
- 방법
- 버튼 이벤트
- 변경
- java
- python
- 파이썬
- 안드로이드
- 시작
- r
- 점심
- CodeUP
- 출력
- 반복문
- spring boot
- JDK 8
- 맛집
- 에러
- 27G2
- Android Studio
Archives
- Today
- Total
목록어노테이션 (1)
기루 기룩 기록
[Spring] @ConfigurationOnProperty
https://reflectoring.io/dont-use-spring-profile-annotation/ Don't Use the @Profile Annotation in a Spring Boot App! Why using Spring's @Profile annotation is a bad idea and what to do instead. reflectoring.io @Profile에 따라 Service인터페이스 구현체를 사용하려고 찾아보던중 발견한 내용입니다. 원래 계획은 아래 샘플과 같이 use 프로파일을 사용할경우 UseService, no일경우 NoService를 사용하는것이였다. public interface interfaceService { void test(); } @Profile("us..
JAVA/Spring Boot
2023. 7. 5. 18:24