使用mybatis可以使用 我開發的intellij下的mybatis插件 能極大提升效率
https://github.com/gejun123456/MyBatisCodeHelper-Pro
java類和xml文件的互相跳轉,xml文件的自動補全這些功能都是免費的。
特有的一鍵通過方法名生成sql 簡單的查詢都可以自動生成,大幅提升效率
https://github.com/gejun123456/MyBatisCodeHelper-Pro
java類和xml文件的互相跳轉,xml文件的自動補全這些功能都是免費的。
特有的一鍵通過方法名生成sql 簡單的查詢都可以自動生成,大幅提升效率
2018-03-28
鏈接不上數據庫的看這里: <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
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