eStore
文章平均质量分 62
blueskypan
这个作者很懒,什么都没留下…
展开
-
[eStore]Archtecture
原创 2018-04-18 17:52:51 · 212 阅读 · 0 评论 -
[eStore] Build simplest spring MVC project with maven
1. Configuration of maven, pom.xml:<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...原创 2018-04-18 23:39:43 · 119 阅读 · 0 评论 -
[eStore] Product list module --2018-04-20
1. US: choose the right DataBasetask1: why using mysqltask2: why using innodbtask3:why JPAtask4:Ibatis or hibernate or no JPA2. US: show List of Producttask1: give a api to show Product listtask2: edi...原创 2018-04-20 21:44:24 · 108 阅读 · 0 评论 -
[Step by step Spring MVC](二)搭建之【引入jdbcTemplate】
前提: 上一节,完成了Spring MVC无DB Demo, 这一节会引入jdbcTemplate来构建数据库查询1. 准备:安装Mysql 5.7.21,在mysql bench中可以使用SQL查询到自己安装的version: select version();2. 配置jdbcTemplate所需数据库信息(1) 使用jdbc.properties文件来配置数据库信息jdbc.driver=...原创 2018-05-10 09:59:23 · 205 阅读 · 0 评论