使用mybatis可以使用 我開(kāi)發(fā)的intellij下的mybatis插件 能極大提升效率
https://github.com/gejun123456/MyBatisCodeHelper-Pro
java類(lèi)和xml文件的互相跳轉(zhuǎn),xml文件的自動(dòng)補(bǔ)全這些功能都是免費(fèi)的。
特有的一鍵通過(guò)方法名生成sql 簡(jiǎn)單的查詢(xún)都可以自動(dòng)生成,大幅提升效率
https://github.com/gejun123456/MyBatisCodeHelper-Pro
java類(lèi)和xml文件的互相跳轉(zhuǎn),xml文件的自動(dòng)補(bǔ)全這些功能都是免費(fèi)的。
特有的一鍵通過(guò)方法名生成sql 簡(jiǎn)單的查詢(xún)都可以自動(dòng)生成,大幅提升效率
2018-03-28
mysql5.7 不能字典上加引號(hào)。否則會(huì)報(bào)錯(cuò)
2018-03-27
鏈接不上數(shù)據(jù)庫(kù)的看這里: <context:property-placeholder location="classpath:jdbc.properties" system-properties-mode="FALLBACK"/>
2018-03-27
<beans xmlns="http://www.springframework.org/schema/beans"
增加 xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="
增加 http://www.springframework.org/schema/context
增加 http://www.springframework.org/schema/context/spring-context.xsd">
增加 xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="
增加 http://www.springframework.org/schema/context
增加 http://www.springframework.org/schema/context/spring-context.xsd">
2018-03-26
List<SuccessKilled> queryByIdWithSeckill(long seckillId);
2018-03-26
java.lang.IllegalStateException: Failed to load ApplicationContext
2018-03-25
UPDATE tb_product set sum = (sum-1) where name = '拖鞋' and sum > 0 一條SQL解決
2018-03-23
為什么創(chuàng)建數(shù)據(jù)表會(huì)報(bào)錯(cuò)?跟老師一模一樣還出錯(cuò)
2018-03-18
并不覺(jué)得IDE敲代碼比notepad++差,所以為什么手寫(xiě)代碼一定要用notepad++?
2018-03-15