spring-boot 应用快速环境搭建模板项目online-booking
为方便初学者快速搭建基于springboot的webapi环境,特开发了spring boot 快速环境搭建模板,软件架构说明,基于 spring boot 2.5.4, 仅含最基础的功能,适合项目快速搭建,干净明了 以下是pom 依赖的组件

介绍

为方便初学者快速搭建基于springboot的webapi环境,特开发了spring boot 快速环境搭建模板

软件架构

软件架构说明 基于 spring boot 2.5.4

仅含最基础的功能,适合项目快速搭建,干净明了 以下是pom 依赖的组件

应用结构预览:

安装教程

数据库:

mysql 5.6+

演示建表语句见 :

resources/demo_table_ddl.sql

修改数据库链接信息 :

application.properties中配置: spring.datasource改为自己的数据库信息

运行:OnlineBookingApplication

访问 :

http://127.0.0.1/ http://127.0.0.1/api/syscfg/show/2

SQL生成代码工具使用:

https://www.olakit.cn/box/sql_to_code

项目源码地址:

online-booking: spring boot 快速环境搭建模板项目 (gitee.com)

有任何疑问都可以联系我:

我的git主页 一棵榕树 (onetree) - Gitee.com

 

发布时间:2021-08-29 18:13:58 关键词:spring-boot java 浏览量:12