随笔分类 - springboot
springboot使用中遇到的知识点记录
摘要:1、Spring cloud的版本说明 第一代版本: Angle,第二代版本: Brixton; 第三代版本: Camden,第四代版本: Dalston; 第五代版本: Edgware,第六代版本: Finchley; 第七代版本: GreenWich,第八代版本: Hoxton; 这种发布的版本
阅读全文
摘要:此帖子很详细,给博主赞。 https://blog.csdn.net/weixin_42362496/article/details/103805993
阅读全文
摘要:1、技术:springboot、nginx; 练习springboot前后端分离,且用nginx代理部署,实现前后端分离。 控制层添加json数据,并返回json. @RestController @RequestMapping("/student") public class StudentCon
阅读全文
摘要:引言:进入本公司后,发现公司框架使用的持久层是beetlsql,按照大佬的说法,这个持久层框架只需要学习半个小时就会使用了。 起初刚进公司时还是传统ssm项目,现在升级使用springboot微服务了。所以自己特意学习整合一下。 1、引入pom.xml中的beetlsql依赖。【其他springbo
阅读全文
摘要:关闭springboot的日志logo @SpringBootApplication public class Application { public static void main(String[] args) { // 启动Springboot,启动Spring容器 SpringApplic
阅读全文