最新回答 / qq_精慕門2288229
問題解決了
sqlSessionFactoryBean.setMapperLocations(resolver.getResources(packageSearchPath));這句代碼
getResources方法調(diào)錯(cuò)了,少了個(gè)s?
2019-07-26
最新回答 / 慕運(yùn)維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
不知道哪里錯(cuò)了
### 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
不知道哪里錯(cuò)了
2019-07-24
微信小程序后臺(tái): https://gitee.com/xiangze/demo 微信小程序前端:https://gitee.com/xiangze/areadisplay
2019-07-23
已采納回答 / 翔仔
同學(xué)好,是有的微信小程序后臺(tái): https://gitee.com/xiangze/demo 微信小程序前端:https://gitee.com/xiangze/areadisplay
2019-07-23
微信小程序本地開發(fā)完成后發(fā)布到線上的時(shí)候,后端服務(wù)器支持IP+port訪問嗎,我有一個(gè)云服務(wù)器,但是沒有申請(qǐng)域名,我把后端服務(wù)部署到云服務(wù)器上,但是線上的小程序能以IP+port的形式去訪問云服務(wù)器上的后端服務(wù)嗎?
2019-07-23