To speak plainly or jar package conflict problem, directly say the solution:
First replace the Validation-api-1.0.0.ga.jar under Resin/lib with the package in the project Validation-api-2.0.1.final.jar
And then the Resin/webapp-jars under the
Hibernate-validator-4.3.0.final.jar Jboss-logging-3.1.0.cr2.jar is replaced with the version in the project Hibernate-validator-5.1.0.final.jar Jboss-logging-3.3.0.final.jar
To the Spring-boot project, modify the Gredle file to exclude the following
Spring-boot-starter-tomcat
Hibernate-validator
Modify the project startup class so that it inherits from the Springbootservletinitializer class, and override the Configure method, as shown in:
Project package, re-resin and publish the project.
Release command: sudo./resinctl Deploy/**/**/**.war
Resin released Spring-boot project error "Java.lang.NoSuchMethodError:org.jboss.logging.Logger.getMessageLogger"