# springboot-idea-layui-01 **Repository Path**: ideal_four_star/springboot-idea-layui-01 ## Basic Information - **Project Name**: springboot-idea-layui-01 - **Description**: Springmvc + Mybatis + layui,使用Idea构建 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 9 - **Created**: 2020-11-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-idea-layui-01 # 简介 本例子演示使用LayUI访问数据库 基于 JDK1.8 + springboot 2.1.7 使用网络数据库进行演示 - 使用LayUI [layuidemo](http://localhost:8080/index.html) ![输入图片说明](https://images.gitee.com/uploads/images/2020/1111/214606_6de931b4_382074.png "屏幕截图.png") - 使用thymeleaf模板 [hello](http://localhost:8080/hello) ![输入图片说明](https://images.gitee.com/uploads/images/2020/1111/214654_d31fc261_382074.png "屏幕截图.png") ### 说明 * LayUI作为静态资源,放在 resources/static 下 * 使用ajax方式获取数据 index.html * thymeleaf是模板资源,放在 resources/templates 下