2017-09-27 9 views
0

에 실패했습니다. resources/db/changelog/db.changelog-master.xml의 XML :liquibase - 플러그인 오류가 마이그레이션은 내가 liqibase 업데이 트에서 내 자바 애플 리케이션</p> <p>오류를 시작하는 문제가

<?xml version="1.0" encoding="UTF-8"?> 

<databaseChangeLog 
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     xmlns="http://www.liquibase.org/xml/ns/dbchangelog" 
     xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog 
     http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd"> 

    <include file="db/changelog/1.0/1.0-init-tables.xml"/> 

</databaseChangeLog> 

/DB/변경 로그/1.0/1.0 - 초기화 - tables.xml 자원 1.0 초기화-tables.xml : SQL 오류 로그가 알려 요구되고

<?xml version="1.0" encoding="UTF-8"?> 
<databaseChangeLog 
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     xmlns="http://www.liquibase.org/xml/ns/dbchangelog" 
     xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog 
     http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd"> 

    <changeSet id="1.0-init-tables" author="api-manager"> 
      HERE ARE MINE <CREATE TABLES> 
    </changeSet> 
</databaseChangeLog> 

경우

다음 내가 이것을 편집합니다 게시하다.

답변

0

누군가가 비슷한 오류 occures 경우 테이블이 소문자로되어 있는지 확인하십시오 - 포스트 그레스가 UpperCases처럼 나던 네 ... 이러한 변화는 내 문제를 해결