最新回答 / qq_精慕门2288229
问题解决了
sqlSessionFactoryBean.setMapperLocations(resolver.getResources(packageSearchPath));这句代码
getResources方法调错了,少了个s?
2019-07-26
最新回答 / 慕运维005214
有没有在配置文件中配置
mybatis: mapper-locations: classpath*:mapper/*.xml type-aliases-package: com.imooc.weixin.domain
2019-07-24
org.springframework.jdbc.BadSqlGrammarException:
### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '}' at line 5
不知道哪里错了
### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '}' at line 5
不知道哪里错了
2019-07-24
微信小程序后台: https://gitee.com/xiangze/demo 微信小程序前端:https://gitee.com/xiangze/areadisplay
2019-07-23
已采纳回答 / 翔仔
同学好,是有的微信小程序后台: https://gitee.com/xiangze/demo 微信小程序前端:https://gitee.com/xiangze/areadisplay
2019-07-23
微信小程序本地开发完成后发布到线上的时候,后端服务器支持IP+port访问吗,我有一个云服务器,但是没有申请域名,我把后端服务部署到云服务器上,但是线上的小程序能以IP+port的形式去访问云服务器上的后端服务吗?
2019-07-23