摘要: http://www.myeclipsecn.com/learningcenter/persistence-development/myeclipse-jpa/用MyEclipse JPA创建项目 ... 阅读全文
posted @ 2018-06-25 19:30 刘达人186 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 转载自:http://www.cnblogs.com/crawl/p/7703679.html前言:谈起操作数据库,大致可以分为几个阶段:首先是 JDBC 阶段,初学 JDBC 可能会使用原生的 JDBC 的 API,再然后可能会使用数据库连接池,比如:c3p0、db... 阅读全文
posted @ 2018-06-25 19:28 刘达人186 阅读(722) 评论(0) 推荐(0) 编辑
摘要: http://marketplace.eclipse.org/category/free-tagging/liquibasehttp://marketplace.eclipse.org/marketplace-client-intro?mpc_install=6894... 阅读全文
posted @ 2018-06-25 13:45 刘达人186 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 1.PRoperties-maven-plugin是个什么鬼?介绍前我们先看一个问题,比如我们有一个maven项目结构如下:一般我们都把一些配置文件放到像src/main/resources/jdbc.properties这样的文件中。但是文件里我们更多的放的还是变量... 阅读全文
posted @ 2018-06-25 13:43 刘达人186 阅读(326) 评论(0) 推荐(0) 编辑
摘要: 1. 创建表drop database if exists mybatis;create database mybatis;use mybatis;create table mybatis.CUSTOMERS ( ID bigint not null primary... 阅读全文
posted @ 2018-06-25 13:25 刘达人186 阅读(328) 评论(0) 推荐(0) 编辑