最新回答 / stop110
Saves a given entity. Use the returned instance for further operations as the save operation might have changed theentity instance completely.Type Parameters:<S> Parameters:entity must not be null.Returns:the saved entity; will never be null.
2020-02-20
如果发生执行了项目,没有任何报错,却没有执行数据库语句的情况,可以检查下pom文件里spring-boot版本是不是跟讲师一致2.1.3,我之前中途换了一次项目,忘记再配置一次pom文件,发生了这样的错误
2020-02-15
我安装mysql时,时区没设置好,mysql默认美国时区,导致报错,感觉是个挺奇葩的错误,需在url后加一些东西才能避免报错,具体解决方法参照:https://blog.csdn.net/iiiiiilikangshuai/article/details/98459941
2020-02-15