Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Kotlin
- 백준 15685
- 파이썬
- 백준 16235
- spring security
- Spring
- 프로래머스
- springboot
- 백준 17626
- 백준 19238
- spring cloud
- MSA
- java 기술면접
- MySQL
- JPA
- 백준
- spring oauth
- 프로그래머스
- sql 기술면접
- Spring Boot
- 백준 16719
- with recursive
- 웹어플리케이션 서버
- re.split
- 백준 파이썬
- Coroutine
- JVM
- 백준 16236
- 백준 17779
- java
Archives
- Today
- Total
시작이 반
Thymeleaf application.properties 값 조회 본문
SMALL
<a th:href="'https://kauth.kakao.com/oauth/authorize?client_id='+${@environment.getProperty('client_id')}+'&redirect_uri=http://localhost:8080/auth/kakao/callback&response_type=code'"><img height="38px" src="/image/kakao_login_button.png"></a>
${@environment.getProperty(' 변수명 ')}로 접근 가능
LIST
'Programming > Spring' 카테고리의 다른 글
[Spring] 스프링 컨테이너 생성과정 (0) | 2021.05.11 |
---|---|
[Spring] dependencies (mysql, lombok, data-jpa) (0) | 2021.02.24 |
Thymeleaf 자바스크립트 함수 사용 (0) | 2021.02.21 |
[Spring] 스프링 시큐리티 Authentication 바꿔주기 (0) | 2021.02.17 |
[Spring] 2. Oauth 2.0 카카오 로그인 구현 (0) | 2021.02.17 |