最新回答 / 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