springboot配置内部配置类

一 java package com.sd.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; @Configuration //告诉springboot这是一个配置类 public class MyCo
相关文章
相关标签/搜索