File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 558558 <artifactId >translate</artifactId >
559559 <version >2.40.15</version >
560560 </dependency >
561+ <dependency >
562+ <groupId >org.flywaydb</groupId >
563+ <artifactId >flyway-core</artifactId >
564+ </dependency >
565+ <dependency >
566+ <groupId >org.flywaydb</groupId >
567+ <artifactId >flyway-mysql</artifactId >
568+ </dependency >
561569 </dependencies >
562570 <properties >
563571 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ server.tomcat.max-http-form-post-size=100MB
1717spring.servlet.multipart.max-file-size =100MB
1818spring.servlet.multipart.max-request-size =100MB
1919
20+ spring.devtools.restart.exclude =db/migration/**
21+
2022# ######### WISE Properties ##########
2123
2224# This section is for portal definitions
@@ -97,6 +99,8 @@ spring.redis.pool.max.total=128
9799# spring.session.redis.flush-mode=on-save # Sessions flush mode.
98100# spring.session.redis.namespace=spring:session # Namespace for keys used to store sessions.
99101
102+ spring.flyway.baseline-on-migrate =true
103+
100104# ######## sendmail properties ##########
101105
102106# This section defines the settings that the portal will use to send mail.
Original file line number Diff line number Diff line change @@ -97,6 +97,8 @@ spring.redis.pool.max.total=128
9797# spring.session.redis.flush-mode=on-save # Sessions flush mode.
9898# spring.session.redis.namespace=spring:session # Namespace for keys used to store sessions.
9999
100+ spring.flyway.baseline-on-migrate =true
101+
100102# ######## sendmail properties ##########
101103
102104# This section defines the settings that the portal will use to send mail.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments