最新回答 / 慕桂英7795275
我也遇到過這個(gè)錯(cuò)誤,仔細(xì)對照一下源碼,把mybatis_config_file,改成了mybatis-config-file就好了。
最新回答 / 天使踩麻木
這是錯(cuò)誤類型### Error querying database. ?Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Connections could not be acquired from the underlying database!### The error...
2018-06-22
講師回答 / 翔仔
同學(xué)好,可以參照??https://gitee.com/xiangze/areadisplay?https://gitee.com/xiangze/demo 的源碼配置,應(yīng)該說你的Dao方面的配置沒對導(dǎo)致的
2018-06-17
講師回答 / 翔仔
這個(gè)是和我教程接軌,教程里面是教如何從SSM架構(gòu)無縫遷移到SpringBoot,當(dāng)然你這種方式也是可以的,但是所有方式存在即合理,多一種方法何嘗不好
2018-06-17
最新回答 / 慕用0639383
update tb_area????????? SET priority=????????????? last_edit_time=?????????? where area_id = ?你這字段中間少逗號了吧?應(yīng)該這樣吧update tb_area? ? ? SET priority=?? ,last_edit_time=?? ? ?where area_id = ?
2018-06-12
最新回答 / qq_慕神9507294
<...圖片...>字段一直爆紅<...圖片...>數(shù)據(jù)庫中這些字段和表都存在<...圖片...>idea數(shù)據(jù)庫連接上了也
2018-06-12
最贊回答 / qq_純真_2
返回值有四種:Map、String、Json和void幾種,老師講的是其中的一種方法。
最贊回答 / 慕后端5211452
<!-- https://mvnrepository.com/artifact/c3p0/c3p0 --><dependency>? ? <groupId>c3p0</groupId>? ? <artifactId>c3p0</artifactId>? ? <version>0.9.1.2</version></dependency><...code...>
2018-06-10