How to solve the error in the loading path of Spring MVC configuration validationMessageSource?

  • xml file related configuration and error prompt Cannot resolve symbol "classpath:." :

  • properties:

  • the runtime environment is dependent on tomcat7, data validation:
<dependency>
    <groupId>javax.validation</groupId>
    <artifactId>validation-api</artifactId>
    <version>2.0.1.Final</version>
</dependency>
<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-validator</artifactId>
    <version>5.3.6.Final</version>
</dependency>
< hr >

although an error is reported, the project itself works properly, and the page prompts an error when you enter an error. What exactly is the problem?

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b384d5-2c10d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b384d5-2c10d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?