Kubernetes组件
kubectl:客户端命令行工具,作为整个系统的操作入口。 kube-apiserver:以 RES… 继续阅读 Kubernetes组件
kubectl:客户端命令行工具,作为整个系统的操作入口。 kube-apiserver:以 RES… 继续阅读 Kubernetes组件
docker-compose快速启动.yml version: ‘3.4’ services: zo… 继续阅读 docker-compose快速启动zookeeper
PROPAGATION_REQUIRED , required , 必须 【默认值】 支持当前事务,… 继续阅读 org.springframework.transaction.TransactionDefinition事务定义
PlatformTransactionManager 平台事务管理器,spring要管理事务,必须使… 继续阅读 org.springframework.transaction顶级接口
AOP(Aspect Oriented Programming): 面向切面编程,通过预编译方式和运… 继续阅读 AOP面向切面编程
javax.activation.DataSource.getConnection 找不到getCo… 继续阅读 javax.activation.DataSource.getConnection
java.lang.IllegalArgumentException: Invalid charac… 继续阅读 java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens
pom.xml <!– 数据库依赖 –> <dependency> &l… 继续阅读 SpringBoot集成JAP框架
yum -y install iotop -o:只显示有io操作的进程 -b:批量显示,无交互,主要… 继续阅读 iotop磁盘分析
create 每次加载hibernate时都删除上一次的生成的表,然后根据bean类重新来生成新表,… 继续阅读 jpa.hibernate.ddl-auto配置说明
pom.xml <dependency> <groupId>org.spri… 继续阅读 SpringBoot集成Redis
https://github.com/tporadowski/redis/releases
pom.xml <!– 数据库依赖 –> <dependency> &l… 继续阅读 SpringBoot集成Druid连接池
报错: java.lang.IllegalStateException: Failed to loa… 继续阅读 Caused by: org.yaml.snakeyaml.error.YAMLException: java.nio.charset.MalformedInputException: Input length = 1
execute方法:可以用于执行任何SQL语句 update方法:用于执行新增、修改、删除等语句 b… 继续阅读 SpringBoot JdbcTemplate核心方法
@Scheduled(fixedRate = 5000) :上一次开始执行时间点之后5秒再执行 @S… 继续阅读 SpringBoot计划任务注解
pom.xml <dependency> <groupId>org.spri… 继续阅读 SpringBoot集成thymeleaf模板