반응형
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
- ajax
- jenkins
- security
- config
- PM2
- Push
- javascript
- SpringBoot
- rocky9
- Eclipse
- git
- mybatis
- pwa
- NextJS
- centos7
- Java
- node.js
- FCM
- Maven
- spring3
- MSsql
- nodejs
- popup
- yona
- Next.js
- docker
- MariaDB
- mysql
- jquery
- submit
Archives
- Today
- Total
목록tage (1)
ふたりで
spring tags + application.properties 값 참조 하기
예를 들어 google analytics 스크립트를 적용해야 할 경우 release에서만 스크립트가 적용되도록 해야 할 경우 아래와 같이 처리를 하였다. 1. application.properties 설정.(Maven 빌드시 참조되는 각각의 application.properties에 아래를 참고해 설정한다.) //local-개발PC의 application.properties #google analytics type google.analytics.type=local //개발서버의 application.properties #google analytics type google.analytics.type=dev //운영서버의 application.properties #google analytics type go..
Spring
2022. 4. 28. 15:40