最新回答 / 雞里奧
你的action中使用了@Valid注解校驗,你的實體類中使用@Min添加用于充當校驗條件的注解了嗎?https://blog.csdn.net/xzmeasy/article/details/76098188
2018-09-20
最新回答 / qq_陳寶山_0
啟動時會提示錯誤,但繼續啟動可以執行,控制臺不報錯,但會有如下的紅字:Wed Sep 19 17:17:59 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by ...
2018-09-19
不能建表并且不報錯的同學可以試試將pom文件的parent的版本換成1.5.8.RELEASE,我之前是2.0.4.RELEASE怎么弄都不行,現在可以建表了
2018-09-19
Error occurred during initialization of VM
Could not find agent library instrument on the library path, with error: Can't find dependent libraries。哪位同學幫忙找下原因
Could not find agent library instrument on the library path, with error: Can't find dependent libraries。哪位同學幫忙找下原因
2018-09-18
@Entity導不了包的同學加上這個依賴
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.1-api</artifactId>
<version>1.0.2.Final</version>
</dependency>
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.1-api</artifactId>
<version>1.0.2.Final</version>
</dependency>
2018-09-18