File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
mybatis-spring-boot-samples/mybatis-spring-boot-sample-war Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 27
27
<packaging >war</packaging >
28
28
<name >mybatis-spring-boot-sample-war</name >
29
29
<properties >
30
+ <tomcat .major.version>9</tomcat .major.version>
30
31
<tomcat .version>9.0.56</tomcat .version>
31
32
32
33
<module .name>org.mybatis.spring.boot.sample.war</module .name>
120
121
</properties >
121
122
</configuration >
122
123
<container >
123
- <containerId >tomcat9x </containerId >
124
+ <containerId >tomcat ${tomcat.major.version} x </containerId >
124
125
<zipUrlInstaller >
125
- <url >https://archive.apache.org/dist/tomcat/tomcat-9 /v${tomcat.version} /bin/apache-tomcat-${tomcat.version} .zip</url >
126
+ <url >https://archive.apache.org/dist/tomcat/tomcat-${tomcat.major.version} /v${tomcat.version} /bin/apache-tomcat-${tomcat.version} .zip</url >
126
127
</zipUrlInstaller >
127
128
</container >
128
129
</configuration >
You can’t perform that action at this time.
0 commit comments