使用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