spring-boot-mvc-test 使用 spring-boot 的示例 Web 应用程序 使用 maven 命令运行: mvn spring-boot:run 并通过 URL 访问该页面
2022-05-24 13:31:36 20KB Java
1
第一章 概述 1 第二章 系统分析 7 第三章 系统设计 13 3.1 系统总体设计 13 3.2 系统数据库设计 13 3.2.1 数据库设计原则 13 3.2.2 数据库概念设计(E-R图) 14 3.2.3 数据库物理设计 16 第四章 系统实现 20 4.1 系统首页设计 20 4.2 前台功能模块 20 4.2.1 用户注册模块 20 4.2.2 图书搜索模块 21 4.2.3 购物车模块 22 4.2.4 用户订单模块 23 4.2.5 购买图书模块 24 4.3 后台模块功能 26 4.3.1 管理员登录模块 26 4.3.2 书籍管理模块 27 4.3.3 订单管理模块 29 4.3.4 评论管理模块 30 4.3.5 用户管理模块 31 第五章 问题难点与解决方案 33 5.1 销售信息统计图设计 33 5.2 程序bug与解决 34 第六章 总结与展望 35 6.1 工作总结 35 6.2 工作展望 35 致 谢 36 参考文献 37
2022-05-24 11:04:12 3.53MB spring boot 购物车 在线图书销售
Binance Rest API 常规API信息 这是一个简单的rest api,可从公共端点获取数据,并为不同目的处理这些数据。 基本端点是: 所有端点都返回JSON对象或数组。 安装 ~$ git clone https://github.com/mharikmert/binance-rest-api 本地运行 将环境变量设置为资源下的application.properties文件,如sample-application.properties文件中所示。 在Web服务器目录中,您可以使用IDE的运行配置,也可以构建jar并通过以下命令运行 建立 ~/binance-rest-api/web-server$ gradle build ~/binance-rest-api/web-server/build/libs$ java -jar app-0.0.1.SNAPSHOT.jar
2022-05-24 09:38:05 705KB java spring-boot reactjs jpa
1
spring-boot-cli 微服务框架 Spring boot快速入门 命令行工具,快速搭建基于Spring的原型
2022-05-23 22:47:29 8.95MB cli
1
Learn Spring Boot and how to build Java-based enterprise, web, and microservice applications with it. In this book, you'll see how to work with relational and NoSQL databases, build your first microservice, enterprise, or web application, and enhance that application with REST APIs. You'll also learn how to build reactive web applications using Spring Boot along with Spring Web Reactive. Then you’ll secure your Spring Boot-created application or service before testing and deploying it. After reading and learning with Beginning Spring Boot 2, you'll have the skills and techniques to start building your first Spring Boot applications and microservices with confidence to take the next steps in your career journey.
2022-05-23 16:30:29 1.99MB springboot
1
spring-boot 集成hibernate,使用druid数据库连接池,dao继承HibernateDaoSupport 的实现,
2022-05-23 15:23:02 20KB spring-boot hibernate druid
1
u-boot文件用于gdb
2022-05-23 09:00:40 3.73MB uboot
1
springboot-jdbc-sqlserver 使用JDBC和SqlServer的Spring Boot MVC演示
2022-05-23 04:30:40 22KB Java
1
Spring Boot+Mybatis+Thymeleaf+SQL Server实现简单增删改查
2022-05-22 21:03:55 102KB spring boot
1
使用Spring Boot进行数据库的增删改查操作
2022-05-22 17:42:41 40KB Spring Boot
1