Wesley13 Wesley13
2年前
(六)SpringBoot与数据访问
1、JDBC<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarterjdbc</artifactId</dependency<dependency
Stella981 Stella981
2年前
Spring Boot使用笔记
1\. boot将自动把bean类型为Servlet,Filter,listener等servlet规范中的类型,向boot内嵌的web容器注册,需要控制filter、servlet的初始化和参数等,可以使用FilterRegistrationBean和ServletRegistrationBean,来自文档https://docs.spring.i
Easter79 Easter79
2年前
Springboot2.x 集成redis
pom.xml添加<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarterdataredis</artifactId</dependencyym
Stella981 Stella981
2年前
SpringBoot 整合 Swagger2
1、加入pom文件<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarter</artifactId</de
Stella981 Stella981
2年前
SpringBoot2 集成 WebSocket
1.<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarterwebsocket</artifactId</dependency2.
Stella981 Stella981
2年前
Spring Boot WebFlux整合mongoDB
引入maven文件<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarter</artifactId</dependency<dependen
Easter79 Easter79
2年前
SpringBoot2.0 配置Log4j2记录日志
pom.xml配置<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarter</artifactId<exclusions
Stella981 Stella981
2年前
SpringBoot2.0 配置Log4j2记录日志
pom.xml配置<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarter</artifactId<exclusions
Easter79 Easter79
2年前
SpringBoot2 集成 WebSocket
1.<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarterwebsocket</artifactId</dependency2.
Stella981 Stella981
2年前
Redis使用
1.配置 <dependency            <groupIdorg.springframework.boot</groupId            <artifactIdspringbootstarterdataredis</artifactId            <exclusions