发表评论取消回复
相关阅读
相关 SpringBoot学习总结(个人笔记)
/\\\\\\\\\\\\\01-配置文件@ConfigurationProperties 相关\\\\\\\\\\\\\\\\\/ / 自动配置原
相关 SpringBoot 个人笔记-config
YAML 使用一个全局的配置文件,配置文件名是固定的SpringBoot 个人笔记-config:application.properties、applicati
相关 SpringBoot Config Logback
<?xml version="1.0" encoding="UTF-8"?> <configuration debug="false" scan="true"
相关 SpringBoot 个人笔记-异步调用+线程池配置
@Async开启异步调用,"simpleExecutor"代表要使用的线程池 @Component public class AsyncTest {
相关 SpringBoot 个人笔记-freemarker简单使用
介绍 官网:freemarker.org 数据模型=数据源+模板=html 一、静态资源加载 位置classpath 下的META-INF/resources、
相关 SpringBoot 个人笔记-常用注解
具有的特性:派生性、层次性、遗传性 1、模式注解(范式注解)装配:声明在引用中所扮演的角色 @Component 基础注解(生成bean),下面几个注解内部都有这
相关 SpringBoot 个人笔记-基础理论知识-走向自动装配
简介 Spring Boot是一个简化Spring开发的框架。用来监护spring应用开发,约定大于配置,去繁就简!! 我们在使用Spring Boot时只需要配置相应
还没有评论,来说两句吧...