SpringBoot与web开始实战

一、使用SpringBoot开发web

1、关注主要的类

**AutoConfiguration 帮我们给容器中自动配置组件。

**Properties 配置类来封装配置文件的内容

2、SpringBoot对静态资源的映射规则

SpringBoot(四) SpringBoot与web开始实战





相关文章:

  • 2021-06-30
  • 2022-12-23
  • 2021-10-28
  • 2021-12-13
  • 2021-06-05
  • 2021-06-24
  • 2022-01-22
  • 2022-01-25
猜你喜欢
  • 2022-02-09
  • 2021-10-04
  • 2021-07-11
  • 2022-12-23
  • 2021-05-23
  • 2021-11-28
相关资源
相似解决方案