GithubHelp home page GithubHelp logo

kkks0001 / spring-boot-mybatis-thymeleaf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yueweicai/spring-boot-mybatis-thymeleaf

0.0 0.0 0.0 69 KB

SpringBoot + MyBatis + 分页 + Thymeleaf

Shell 37.90% Batchfile 29.26% Java 25.37% HTML 7.47%

spring-boot-mybatis-thymeleaf's Introduction

spring-boot-mybatis-thymeleaf

本案例以SpringBoot基础,使用sts-bundle作为集成开发工具,深度整合了SpringMVC、MySQL、MyBatis与Thymeleaf框架。

案例使用的数据表结构如下:

CREATE TABLE product ( id int(11) NOT NULL AUTO_INCREMENT COMMENT '商品ID', name varchar(30) DEFAULT NULL COMMENT '商品名称', kind varchar(20) DEFAULT NULL COMMENT '商品类别', price float DEFAULT NULL COMMENT '商品价格', factory varchar(50) DEFAULT NULL COMMENT '生产厂商', trem varchar(15) DEFAULT NULL COMMENT '保质期', info text COMMENT '备注', PRIMARY KEY (id) ) ENGINE=InnoDB AUTO_INCREMENT=46 DEFAULT CHARSET=utf8 COMMENT='商品信息表';

spring-boot-mybatis-thymeleaf's People

Contributors

yueweicai avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.