1)注册分页插件(@Configuration) @Bean public PaginationInterceptor paginationInterceptor() { return new PaginationInterceptor(); } 2) 使用 @Test void testPage( ...
分类:
其他好文 时间:
2021-03-01 14:15:10
阅读次数:
0
linux crontab报以下错误解决 [root@china ~]# crontab -l 拒绝权限You (root) are not allowed to access to (crontab) because of pam configuration. 解决: 1.查看定时任务的日志/va ...
分类:
数据库 时间:
2021-02-27 13:40:22
阅读次数:
0
This article explores the configuration of Windows failover clusters, storage controllers, and quorum configurations for SQL Server Always On Availabi ...
分类:
数据库 时间:
2021-02-27 13:30:23
阅读次数:
0
目录 前言 将VMware最小化到托盘栏的方法 1.下载 Trayconizer 2.解压 trayconizerw.zip 3.创建 VMware 快捷方式 4.修改 VMware 快捷方式 5.运行 前言# 因为一直要用到虚拟机,每次最小化的时候,总是占用任务栏,很不爽,于是在网上搜索了一番,终 ...
分类:
系统相关 时间:
2021-02-25 12:04:09
阅读次数:
0
注解驱动开发P2——@Configuration 学习地址:https://www.bilibili.com/video/BV1gW411W7wy?p=2 引用 spring4.0之二:@Configuration的使用 @Configuration定义配置类,类内部包含有一个或多个被@Bean注解 ...
分类:
其他好文 时间:
2021-02-25 11:56:11
阅读次数:
0
1、配置编写的Bean组件添加到容器中。 方法:先准备两个JavaBean,在方法上标注@Bean注解即可(默认单实例组件)。在启动程序中打印IOC容器所有的组件名称,可以在控制台查看结果 2、本身配置类也是IOC容器中的组件,默认也是单实例。 配置在@Configuration(proxyBean ...
分类:
编程语言 时间:
2021-02-25 11:55:08
阅读次数:
0
Spring Boot默认上传的单个文件大小1MB,一次上传的总文件大小为10MB。 单个文件上传使用MultipartFile参数来接收文件,多文件使用MultipartFile[]数组来接收,然后遍历它,当成单文件来处理。 问题一:如何配置上传文件大小限制? @Configuration pub ...
分类:
编程语言 时间:
2021-02-23 14:08:56
阅读次数:
0
方法一: #打印SQL mybatis.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl 方法二: 此方法需要将代码中的com.lion.mapper换成你自己的mapper路径 #打印SQL logging.lev ...
分类:
数据库 时间:
2021-02-22 11:47:59
阅读次数:
0
[root@op-benchmark-216 ~]# cat /etc/dhcp/dhcpd.conf # dhcpd.conf # # Sample configuration file for ISC dhcpd # # option definitions common to all supp ...
分类:
其他好文 时间:
2021-02-20 12:34:38
阅读次数:
0
一 RibbonAutoConfiguration @Configuration @Conditional(RibbonAutoConfiguration.RibbonClassesConditions.class) @RibbonClients @AutoConfigureAfter( name ...
分类:
编程语言 时间:
2021-02-20 12:02:23
阅读次数:
0