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
- stopPropogation
- cheerio
- Pender
- Filter
- Spring Security
- cloud native
- vuejs
- openapi3
- JavaScript
- MFA
- tasklet
- UsernamePasswordAuthenticationFilter
- SpringRESTDocs
- SpringBoot
- Reduxpender
- REACT
- gradle
- SWAGGER
- vue
- Spring Batch
- Crawling
- OpenStack
- T-OTP
- MSA
- preventdefault
- AuthenticatoinProvide
- Flyway
- 리액트
- axios
- Spring REST Docs
Archives
- Today
- Total
목록gradle (1)
Miracle Morning, LHWN
14-1. Flyway 사용해보기 - Gradle Usage
# gradle Project 를 생성해서 Flyway 를 사용해본다. # 우선 프로젝트에 SQL 주소, user 정보 등을 설정하고 ddl-auto 가 어떤 방식으로 반영될지를 설정해준다. // /main/resources/application.properties spring.datasource.url=jdbc:mysql://localhost:3306/db_example spring.datasource.username=sa spring.datasource.password=password spring.jpa.hibernate.ddl-auto=none # 그리고 flyway 가 데이터베이스에 접근할 때 사용하는 정보를 명시해주어야 하는데 여기에서는 REAL 환경과 TEST 환경을 분리하여 작성했다. (RE..
IT 기술/[JAVA] Spring Boot
2021. 5. 25. 08:29