提交学习笔记专用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3 lines
313 B

3 weeks ago
  1. 今天主要学习了spring boot相关知识
  2. 什么是spring boot,spring的优势,怎么创建spring项目,通过idea直接创建,以及spring的一些核心特性
  3. 自动配置,依赖,对spring boot的一些核心注解进行了学习
  4. 了解了nacos和seata以及dubbo等。还有aop面向切面编程