pom.xml 123456 <!--liquibase--><dependency> <groupId>org.liquibase</groupId> <artifactId>liquibase-core</artifactId> <version>3.5.3</version></dependency> application.yml 12345 #liquibaseliquibase: change-log: classpath:liquibase/master.xml check-change-log-location: false enabled: true 赞微海报分享
近期评论