摘要:
进来准备使用一种embedded database,即嵌入式数据库,方便随项目本地存储。目前学习打算是sqlite和H2。 document:http://www.runoob.com/sqlite/sqlite-java.html 1.连接数据库 添加依赖jdbc: 链接代码: 执行结束发现,在项 阅读全文
摘要:
official document:http://projects.spring.io/spring-boot/ 项目代码: https://github.com/Ryan-Miao/springboot-test 一、简介 SpringMVC是非常伟大的框架,开源,发展迅速。优秀的设计必然会划分、 阅读全文