推荐
专栏
教程
课程
飞鹅
本次共找到565条
boot
相关的信息
Easter79
•
3年前
springBoot配置activeMq点对点模式消费信息以及独占模式消费如何设置
1、在pom文件中引入对应jar包<!activeMQstart<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarteractivemq</artifactId
混世魔王
•
1年前
Linux系统目录结构以及皕杰报表部署目录
我们用root登录linux系统后,这时是在root目录下,输入cd..返回上一级目录。输入ls回车,你会看到如下图所示:下面就每个目录加以说明:•/bin:bin是Binaries(二进制文件)的缩写,这个目录下是最经常使用的命令。•/boot:boot
Wesley13
•
3年前
Java登录验证码,保存到redis
引入redis依赖<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarterdataredis</artifactId</dependency验证码生成类pack
Stella981
•
3年前
ElasticSearch快速搭建java项目
1.创建springboot项目Pom文件引入elasticsearch依赖<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarterdataelasticsearch</artifactI
Stella981
•
3年前
SpringBoot MailHealthIndicator报错
2019040810:41:30.069RMITCPConnection(4)192.168.1.156WARNorg.springframework.boot.actuate.health.AbstractHealthIndicator.health:89Mailhealthcheckfailedj
Stella981
•
3年前
Redis SpringBoot 整合
1.首先导入使用Maven导入jar包<dependency <groupIdorg.springframework.boot</groupId <artifactIdspringbootstarterdataredis</artifactId
Easter79
•
3年前
SpringBoot入门07
Thymeleaf中显示ajax请求所需依赖<!所需依赖<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarterthymeleaf</ar
Stella981
•
3年前
SpringBoot集成Spring Security(授权与认证)
⒈添加starter依赖1<dependency2<groupIdorg.springframework.boot</groupId3<artifactIdspringbootstarterweb</artifactId4
Easter79
•
3年前
SpringBoot2.0使用health
1,引入actuator<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarteractuator</artifactId</dependency2,application.prop
Easter79
•
3年前
SpringBoot集成Spring Security(授权与认证)
⒈添加starter依赖1<dependency2<groupIdorg.springframework.boot</groupId3<artifactIdspringbootstarterweb</artifactId4
1
•••
4
5
6
•••
57