Notice
Link
- Today
- Total
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- pid 찾아 kill
- reactnative
- Back 키 클릭 감지
- MFC
- 말줌임 CSS
- 코드로 서버 재실행
- view 획득
- c언어
- 터치좌표 view
- vc++
- 시간대 테이블생성
- springboot
- rn
- MariaDB
- mybatis exception
- 스크롤적용
- ffmpeg
- 파티션 빠른 삭제
- Activity 전체화면
- 시간대별 통계
- group by
- sql exception
- kill -9
- SQL
- springboot 재가동
- CentOS
- MySQL
- CSS
- 피쉬랜드
- 가변영역 스크롤
Archives
목록application profile (1)
개발은 하는건가..
[springboot] application.properties 프로파일별로 따로두기
개발모드와 상용 모드에 따라 DB 주소, 파일 업로드 경로와 같이 다르게 설정되어야 할 경우 application.properties 를 구분해야 할 경우 다음과 같이 application.properties 에는 공통 속성만 정의하고 개발과 상용 application.properties 구분하여 관리한다. # application.properties 파일. # Profile (dev=development build, prod=product build) spring.profiles.active=dev # !! Version is automatically updated by gradle. info.build.version=1.0.0 # Common properties server.port=16300 ser..
SpringBoot , Thymeleaf
2023. 2. 20. 11:27