- 博客(8)
- 收藏
- 关注
原创 springboot搭建swagger2 knife4j
1.pox依赖<!--swagger依赖--> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.9.2</version> </dependency&g
2021-12-08 16:56:39
618
原创 springboot集成Redis工具
1.yml配置server: port: 7777spring: datasource: type: com.alibaba.druid.pool.DruidDataSource url: jdbc:mysql:/ip/zr_isp_sm_dev?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=UTC username: ENC(AYRprP2OEkI34php6
2021-11-30 15:22:28
755
原创 springboot集成ElasticSearch使用RestHighLevelClient连接客户端
ES查询结构图1.pom依赖引用 <dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>elasticsearch-rest-high-level-client</artifactId> <version>7.6.2</version>
2021-11-12 15:50:08
2625
原创 springboot添加自定义注解
一. 添加pom依赖<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId></dependency>二 . 创建annotation注解类package com.example.demo.aspect;import org.springframework.c
2021-11-09 13:46:15
773
原创 springboot2.5.6集成RabbitMq,实现Topic主题模式
1.application.ymlserver: port: 8184spring: application: name: rabbitmq-demo rabbitmq: host: 127.0.0.1 # ip地址 port: 5672 username: admin # 连接账号 password: 123456 # 连接密码 template: retry: enabled: true # 开启失败重试
2021-11-03 16:41:53
1874
原创 nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded
org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcatat org.springframework.boot.web.servlet.context.ServletWebServe
2021-09-16 16:11:43
4998
原创 Error creating bean with name ‘formContentFilter‘ defined in class path resource
ntext.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcatat org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.on
2021-09-10 17:52:24
13445
5
原创 DM数据库适配
[2021-09-07 11:36:51 898] [INFO] [http-nio2-0.0.0.0-9060-exec-31] [core] [Initializing Spring root WebApplicationContext][2021-09-07 11:37:02 312] [INFO] [http-nio2-0.0.0.0-9060-exec-31] [systemout] [[open_serv_data_web] 2021-09-07 11:37:02,258 ERROR [org
2021-09-08 16:34:12
279
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人