Loading

摘要: SpringBoot1.x RestfulCRUD 文章源码 添加资源 将所有的静态资源都添加到 src/main/resources/static 文件夹下,所有的模版资源都添加到 src/main/resources/templates 文件夹下。 创建数据库表,并编写对应实体类。 use we 阅读全文
posted @ 2020-12-29 17:50 Parzulpan 阅读(64) 评论(0) 推荐(0) 编辑
摘要: SpringBoot1.x Web 开发 文章源码 简介 SpringBoot 非常适合 Web 应用程序开发。可以使用嵌入式 Tomcat,Jetty 或 Undertow 轻松创建独立的 HTTP 服务器。 大多数Web应用程序将使用 spring-boot-starter-web 模块来快速启 阅读全文
posted @ 2020-12-29 17:49 Parzulpan 阅读(161) 评论(0) 推荐(0) 编辑