随笔分类 -  SSM + SpringBoot 框架

摘要:MVC框架要做哪些事情 https://mp.weixin.qq.com/mp/homepage?__biz=Mzg2NTAzMTExNg==&hid=3&sn=456dc4d66f0726730757e319ffdaa23e&scene=18&uin=&key=&devicetype=Window 阅读全文
posted @ 2021-07-05 23:42 BigMonster85 阅读(58) 评论(0) 推荐(0)
摘要:前后端分离概念 搭建项目后端环境 IDEA使用Spring Initializr创建项目失败解决方法 https://blog.csdn.net/qq_29752857/article/details/115786388 使用Spring Boot 中文社区搭建的 https://start.spr 阅读全文
posted @ 2021-06-30 14:25 BigMonster85 阅读(302) 评论(0) 推荐(0)
摘要:使用SpringBoot建立项目以及MybatisPlus 配置数据库 在 application.properties 配置文件中添加 MySQL 数据库的相关配置: spring boot 2.0(内置jdbc5驱动) #### mysql数据库连接 spring.datasource.driv 阅读全文
posted @ 2021-06-29 16:25 BigMonster85 阅读(336) 评论(0) 推荐(0)
摘要:事物操作 1、什么事务 (1)事务是数据库操作最基本单元,逻辑上一组操作,要么都成功,如果有一个失败所有操 作都失败 (2)典型场景:银行转账 lucy 转账100元 给mary lucy少100,mary多100 2、事务四个特性(ACID) (1)原子性 (2)一致性 (3)隔离性 (4)持久性 阅读全文
posted @ 2021-06-28 23:02 BigMonster85 阅读(43) 评论(0) 推荐(0)
摘要:Spring框架学习1.1 AOP概念与底层原理 什么是AOP (1)面向切面编程(方面),利用AOP可以对业务逻辑的各个部分进行隔离,从而使得 业务逻辑各部分之间的耦合度降低,提高程序的可重用性,同时提高了开发的效率。 (2)通俗描述:不通过修改源代码方式,在主干功能里面添加新功能 (3)使用登录 阅读全文
posted @ 2021-06-28 22:43 BigMonster85 阅读(45) 评论(0) 推荐(0)
摘要:Spring框架学习1.0 (尚硅谷) https://www.bilibili.com/video/BV1Vf4y127N5?from=search&seid=18008995985851126603 关于配置文件的放置 简介 Spring下载地址 https://repo.spring.io/r 阅读全文
posted @ 2021-06-27 23:50 BigMonster85 阅读(97) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/DDDDeng_/article/details/106927021 https://www.cnblogs.com/renxuw/p/13047424.html 视频网址 https://www.bilibili.com/read/cv5702420 代 阅读全文
posted @ 2021-06-25 21:02 BigMonster85 阅读(73) 评论(0) 推荐(0)