码迷,mamicode.com
首页 >  
搜索关键字:configuration manag    ( 6024个结果
springboot多线程定时任务
package com.llf.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.sp ...
分类:编程语言   时间:2020-04-28 22:58:20    阅读次数:79
mysql配置文件
# For advice on how to change settings please see# http://dev.mysql.com/doc/refman/5.7/en/server-configuration-defaults.html[mysqld]## Remove leading ...
分类:数据库   时间:2020-04-28 20:18:56    阅读次数:173
MyBatis - 打印SQL语句
方法一: 在mybatis-config.xml中配置加一个setting <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http ...
分类:数据库   时间:2020-04-28 17:20:36    阅读次数:57
Webhook Configuration Example
Webhook Configuration Example DX: Data Externalization must first be enabled, requires reboot ...
分类:Web程序   时间:2020-04-28 15:23:28    阅读次数:75
gateway 过滤器
@Component @Configuration public class GateWayFilter implements GlobalFilter, Ordered { @Override public Mono<Void> filter(ServerWebExchange exchange, ...
分类:其他好文   时间:2020-04-28 14:41:43    阅读次数:69
mybatis中mapUnderscoreToCamelCase的设置
在mybatis使用过程中可以使用mapUnderscoreToCamelCase自动驼峰命名转换。 在ssm项目中可以如下设置: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE configuration PUBLIC "-//mybatis.o ...
分类:其他好文   时间:2020-04-28 00:38:53    阅读次数:202
mybatis-plus 开启sql打印
方法一: mybatis-plus: configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #开启sql日志 方法二: logging: level: com.chz.mapper: debug ...
分类:数据库   时间:2020-04-27 22:52:20    阅读次数:698
UDP learn by Python3
Find max packet size I used the code above to find the max size of a UDP packet size by default configuration. The result on my computer is: More test ...
分类:编程语言   时间:2020-04-27 19:34:54    阅读次数:117
centos7安装gitlab
https://about.gitlab.com/install/ 官网安装 https://docs.gitlab.com/omnibus/README.html installation and configuration using omnibus package 配置文件详细介绍 配置要求: ...
分类:其他好文   时间:2020-04-27 11:28:47    阅读次数:77
CKAD-练习题
CKAD考试大纲: Core Concepts (13%) Multi-Container Pods (10%) Pod Design (20%) State Persistence (8%) Configuration (18%) Observability (18%) Services and ...
分类:其他好文   时间:2020-04-27 11:19:13    阅读次数:71
6024条   上一页 1 ... 35 36 37 38 39 ... 603 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!