摘要: wget cd /usr/local mkdir mysql cd mysql wget https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.27-linux-glibc2.12-x86_64.tar.xz # 下载 可能需要几分钟 tar 阅读全文
posted @ 2022-12-29 03:47 夏末秋初~ 阅读(399) 评论(0) 推荐(0) 编辑
摘要: 云服务器镜像 CentOS7.6 64位 :triangular_flag_on_post: 1、登录腾讯云,选择云服务器实例,登录。【怎么登录实例❓ 云产品 > 云服务器 > 选择实例 > 登录】 :triangular_flag_on_post: 2、安全组添加入站规则,放通端口。(不放通会出现 阅读全文
posted @ 2022-12-29 03:29 夏末秋初~ 阅读(138) 评论(0) 推荐(0) 编辑
摘要: SpringSecurity简介 ref: https://www.bilibili.com/video/BV1mm4y1X7Hc Spring Security,这是一种基于 Spring AOP 和 Servlet 过滤器的安全框架。它提供全面的安全性解决方案,同时在 Web 请求级和方法调用级 阅读全文
posted @ 2022-12-10 23:16 夏末秋初~ 阅读(56) 评论(0) 推荐(0) 编辑
摘要: refs: https://blog.csdn.net/qq_45185727/article/details/110076421 https://blog.csdn.net/weixin_49610478/article/details/112694508 https://www.cnblogs. 阅读全文
posted @ 2022-11-18 03:24 夏末秋初~ 阅读(19) 评论(0) 推荐(0) 编辑
摘要: SpringMVC ref: https://www.bilibili.com/video/BV1Ya411S7aT . 什么是MVC MVC是一种软件架构的思想,将软件按照模型、视图、控制器来划分 M: Model, 模型层,指工程中的avaBean,作用是处理数据 JavaBean分为两类: 一 阅读全文
posted @ 2022-11-17 22:24 夏末秋初~ 阅读(54) 评论(0) 推荐(0) 编辑
摘要: Spring ref: https://www.bilibili.com/video/BV1Vf4y127N5 官网: Spring | Home 下载:https://repo.spring.io/ 下载:https://repospring.iofrelease/org/springframew 阅读全文
posted @ 2022-11-15 18:01 夏末秋初~ 阅读(139) 评论(0) 推荐(0) 编辑
摘要: MyBatis-Plus ref: https://www.bilibili.com/video/BV12R4y157Be 官网👉 ​MyBatis-Plus (baomidou.com) GitHub 👉 https://github.com/baomidou/mybatis-plus 特性 阅读全文
posted @ 2022-11-12 14:27 夏末秋初~ 阅读(156) 评论(0) 推荐(0) 编辑
摘要: Mybatis ref: https://www.bilibili.com/video/BV1VP4y1c7j7 获取 一、Github下载源码与官方文档 👉 GitHub - mybatis -> README -> Essentials -> Download Latest -> assets 阅读全文
posted @ 2022-11-09 06:05 夏末秋初~ 阅读(28) 评论(0) 推荐(0) 编辑
摘要: SpringBoot2 入门 ref: https://www.bilibili.com/video/BV19K4y1L7MT/ 要求 Java 8 & 兼容java14 Maven 3.3+ idea 2019.1.2 配置maven 默认jdk版本 <profile> <id>jdk-1.8</ 阅读全文
posted @ 2022-10-30 22:58 夏末秋初~ 阅读(25) 评论(0) 推荐(0) 编辑
摘要: SSM配置 目录结构 tree /f > catalogTree.txt │ generatorConfig.xml │ pom.xml ├─src │ └─main │ │ └─java │ │ │ └─com │ │ │ │ └─xxx │ │ │ │ │ └─controller │ │ │ 阅读全文
posted @ 2022-08-29 22:37 夏末秋初~ 阅读(40) 评论(0) 推荐(0) 编辑