码迷,mamicode.com
首页 >  
搜索关键字:unable to boot the    ( 16459个结果
vsphere拓扑搭建常见问题合集
目录 1.vcenter 6.7安装要求;2.vcenter第一阶段安装失败,提示:"Unable to proceed with stage 2 of the deployment process. Click close to exit the installer.”3.无DNS下部署安装vce ...
分类:其他好文   时间:2021-05-23 22:59:26    阅读次数:0
雷丰阳springboot之数据访问mybatis
雷丰阳课件 引入mybatis 需要在pom文件当中添加下面的starts: <!--这个不是springboot官方出品的,这个是mybatis官方出品的--> <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId> ...
分类:编程语言   时间:2021-05-04 16:07:55    阅读次数:0
spring-boot集成hikari多数据源
maven依赖 <dependency> <groupId>com.zaxxer</groupId> <artifactId>HikariCP</artifactId> <version>4.0.3</version> </dependency> <dependency> <groupId>org. ...
分类:编程语言   时间:2021-05-03 13:19:41    阅读次数:0
【k8s】cj-concurrencyPolicy
环境 kubernetes 1.20.4 Spring Boot 2.5.0-M3 目标 concurrencyPolicy 可以设置并发策略,合法的值包括以下三种,默认为 Allow: Allow 允许并行运行 Forbid 禁止并行运行 Replace 结束已经在运行的,重新启动一个新的。 示例 ...
分类:其他好文   时间:2021-05-03 12:33:14    阅读次数:0
SpringBoot启动原理(基于2.3.9.RELEASE版本)
版本 以下源码的 SpringBoot 版本:2.3.9.RELEASE。 总体上 分为两大步: 启动类上注解:@SpringBootApplication 启动类中的main方法:org.springframework.boot.SpringApplication#run(java.lang.Cl ...
分类:编程语言   时间:2021-05-03 12:15:50    阅读次数:0
ReentrantLock和synchronized
package com.atguigu.boot.com.atguigu; import java.io.IOException; import java.util.concurrent.TimeUnit; import java.util.concurrent.locks.Lock; import ...
分类:其他好文   时间:2021-05-03 11:52:44    阅读次数:0
powershell无法下载NuGet
https://www.alitajran.com/unable-to-install-nuget-provider-for-powershell/ 1.以管理员运行Powershell 2.运行Install-Module PowershellGet -Force报错 警告:无法从URI下载。 警 ...
分类:系统相关   时间:2021-04-29 12:03:00    阅读次数:0
SpringSecurity配置
SpringSecurity 功能 spring security 的核心功能主要包括: 认证 (你是谁) 授权 (你能干什么) 攻击防护 (防止伪造身份) Spring Security是针对Spring项目的安全框架,也是Spring Boot底层安全模块默认的技术选型,他可以实现强大的Web安 ...
分类:编程语言   时间:2021-04-29 11:54:47    阅读次数:0
docker部署springBoot项目
Dockerfile 文件 写法1(实际用过) FROM openjdk:8-jdk-alpine VOLUME /tmp ADD testdocker-1.0-SNAPSHOT.jar app.jar ENTRYPOINT ["java","-Djava.security.egd=file:/de ...
分类:编程语言   时间:2021-04-28 12:04:08    阅读次数:0
spring boot配置ssl
spring boot配置ssl 1、申请免费SSL证书 免费ssl证书可以在你买域名的地方随便申请,申请之后下载jks格式的证书 下载解压之后会有两个东西 2、配置springboot中的application.yml或者application.properties配置文件 先把xxx.jks文件 ...
分类:编程语言   时间:2021-04-27 14:54:44    阅读次数:0
16459条   上一页 1 ... 13 14 15 16 17 ... 1646 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!