- 博客(4)
- 收藏
- 关注
原创 oracle数据库使用jdbc连接时报 Listener refused the connection with the following error: ORA-12505
执行数据库驱动时报错:java.sql.SQLException:Listenerrefusedtheconnectionwiththefollowingerror: ORA-12505,TNS:listenerdoesnotcurrentlyknowofSIDgiveninconnectdescriptor,原因是连接数据库的url地址有问题,应该将"jdb...
2019-04-01 17:12:25
828
原创 org.thymeleaf.exceptions.TemplateInputException: Error resolving template [success], template might
报上述错误的原因是因为没使用好注解,前端代码如下: 后台代码如下: 报错的原因就是因为我没有在方法上添加@ResponseBody
2019-03-21 08:52:19
788
原创 org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.demo.dao.UserDa
关于application.yml说明: 当程序启动后,页面访问报500错误,如图1 在进行以下操作之前请先检查mapper.xml的namespace配置是正确的,以及接口和xml的方法名是对应的。 图1 后台报“org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.d...
2019-03-16 21:07:44
2397
1
原创 java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more
1.当启动报“java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone.”时,请在application.yml数据库url后面添加?serverTimezone=GMT%2B8。如图: 再次启动,问题解决。 2.关...
2019-03-16 20:59:19
275
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人