"플라이웨이 Flyway"의 두 판 사이의 차이

3번째 줄: 3번째 줄:
;플라이웨이
;플라이웨이
* 오픈소스 DB 마이그레이션 도구
* 오픈소스 DB 마이그레이션 도구
* JDBA만 지원, JPA는 지원안함<ref>http://stackoverflow.com/questions/12045953/flyway-and-jpa-integration</ref>
*  
* JPA 지원 안함 (사용할 수 없는 것은 아님)<ref>http://stackoverflow.com/questions/12045953/flyway-and-jpa-integration</ref>
* 기본명령어 6개: Migrate, Clean, Info, Validate, Baseline, Repair
* 기본명령어 6개: Migrate, Clean, Info, Validate, Baseline, Repair


18번째 줄: 19번째 줄:
* https://flywaydb.org
* https://flywaydb.org
* https://docs.spring.io/spring-boot/docs/current/reference/html/howto-database-initialization.html#howto-execute-flyway-database-migrations-on-startup
* https://docs.spring.io/spring-boot/docs/current/reference/html/howto-database-initialization.html#howto-execute-flyway-database-migrations-on-startup
* http://bkim.me/2


[[분류: Spring]]
[[분류: Spring]]

2016년 7월 11일 (월) 18:33 판

1 개요

Flyway
플라이웨이
  • 오픈소스 DB 마이그레이션 도구
  • JPA 지원 안함 (사용할 수 없는 것은 아님)[1]
  • 기본명령어 6개: Migrate, Clean, Info, Validate, Baseline, Repair

 

	<dependency>
		<groupId>org.flywaydb</groupId>
		<artifactId>flyway-core</artifactId>
	</dependency>

2 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}