码迷,mamicode.com
首页 >  
搜索关键字:boot partition    ( 16760个结果
springboot中mybatis配置文件加载和扫描问题
1、添加mybatis依赖 <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <version>1.3.2</version> </ ...
分类:编程语言   时间:2021-06-08 22:31:11    阅读次数:0
从Spring到SpringBoot浅谈
从Spring到SpringBoot浅谈 一、Spring能做什么 (一)、Spring的能力 (二)、spring的生态 https://spring.io/projects/spring-boot 覆盖了:web开发、数据访问、安全控制、分布式消息服务、移动开发、批处理等。 (三)、Spring ...
分类:编程语言   时间:2021-06-06 19:26:01    阅读次数:0
spring-boot-starter-cache设置
一、SpringBoot 2.x的配置方法; 1、通过spring-boot-starter-cache导入依赖; 2、spring-boot-autoconfigureCache的CacheAutoConfiguration负责全局的cache管理,RedisCacheConfiguration负 ...
分类:编程语言   时间:2021-06-06 19:24:05    阅读次数:0
springboot继承redis,压测报错;
当用jmeter压测时候,报的该错; 这是堆外内存溢出: ...
分类:编程语言   时间:2021-06-06 19:14:25    阅读次数:0
SpringBoot文档综述
Spring Boot 文档 1.关于文档 Spring Boot 参考指南可以通过以下方式获得: Multi-page HTML Single page HTML PDF 最新的版本可以在docs.spring.io/spring-boot/docs/current/reference/找到。 2 ...
分类:编程语言   时间:2021-06-06 18:52:05    阅读次数:0
AggregatingMergeTree & 物化视图
创建表 create table agg_source( \ id UInt8, \ name String, \ city String, \ money UInt32 \ ) engine=MergeTree() \ partition by city \ order by id; 插入数据 i ...
分类:其他好文   时间:2021-06-05 18:20:32    阅读次数:0
将某字段做本地存储(缓存)eg:项目字段
存储字段 eg: <script type="text/javascript"> $('#option_btn').change(function () { project_id = $('#option_btn').val(); var project_ids = $('#option_btn') ...
分类:其他好文   时间:2021-06-05 18:11:43    阅读次数:0
java 双亲委派机制 & 与打破
简介 当某个类加载器需要加载某个.class文件时, 它首先把这个任务委托给他的上级类加载器,递归这个操作,如果上级的类加载器没有加载,自己才会去加载这个类。 参考链接 https://www.jianshu.com/p/1e4011617650 类加载器类别 BootstrapClassLoade ...
分类:编程语言   时间:2021-06-05 17:41:06    阅读次数:0
注解与main方法
EnableAutoConfiguration This class-level annotation tells Spring Boot to “guess” how you want to configure Spring, based on the jar dependencies that ...
分类:其他好文   时间:2021-06-04 19:47:18    阅读次数:0
cmake未找到命令解决
1. 下载cmake-3.12.2.tar.gz: wget https://github.com/Kitware/CMake/releases/download/v3.13.2/cmake-3.13.2.tar.gz 2. 解压: tar -zxvf cmake-3.13.2.tar.gz 3、进 ...
分类:其他好文   时间:2021-06-03 18:13:48    阅读次数:0
16760条   上一页 1 ... 7 8 9 10 11 ... 1676 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!