码迷,mamicode.com
首页 >  
搜索关键字:configuration manag    ( 6024个结果
Docker 安装(官方安装方法)
写在前面由于Docker-EngineDocker官方已经不推荐使用,无法安装了,所以现在安装Docker-CE。参考官方文档https://docs.rancher.cn/rancher2x/install-prepare/basic-environment-configuration.html#_4-1-docker%E5%AE%89%E8%A3%85安装步骤1.关闭防火墙systemctls
分类:其他好文   时间:2020-05-20 18:43:05    阅读次数:70
idea中springboot项目多实例运行(services窗口)
1.调出services窗口 2.选中要运行的项目,copy Configuration.. 3.编辑弹出窗口edit configuration(指定端口的命令 --server.port=6004,最前面是两个短横岗 3. 运行新实例就完了发现报错,端口冲突,启动类上打断点 4,修改启动类,将运 ...
分类:编程语言   时间:2020-05-20 10:50:37    阅读次数:224
SpringBoot优雅的实现图片返回
废话少说,直接干货: 前提:添加图片转换器 @Configuration public class WebMvcConfig implements WebMvcConfigurer { /** * 增加图片转换器 * @param converters */ @Override public voi ...
分类:编程语言   时间:2020-05-19 18:14:57    阅读次数:145
Discourse 安装的时候提示 Docker 错误
提示的错误信息为: Configuration file at updated successfully! Updates successful. Rebuilding in 5 seconds. Building app standard_init_linux.go:211: exec user ...
分类:其他好文   时间:2020-05-18 01:04:34    阅读次数:88
springboot启动过程中出现You must configure either the server or JDBC driver (via the serverTimezone configuration
报错: The server time zone value '?й???????' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver ...
分类:数据库   时间:2020-05-17 16:12:10    阅读次数:192
Spring Tools 4 STS New 菜单没有Spring Bean Configuration File选项
下载的sts4在new的时候,发现没有spring,只有spring boot.虽然现在都是注解驱动开发了,但偶尔还是会用到spring配置文件。sts4发现没有spring Bean configuration file选项 解决方法 1. 去官网获取tool3地址 根据自己的版本选择,我下载的是 ...
分类:编程语言   时间:2020-05-17 15:55:52    阅读次数:756
springboot中添加拦截器(记录)
参考: If you want to keep Spring Boot MVC features and you want to add additional MVC configuration (interceptors, formatters, view controllers, and oth ...
分类:编程语言   时间:2020-05-17 01:33:09    阅读次数:91
tomcat学习-配置相关
概述本篇文章我们将会介绍tomcat /conf 文件夹中 server.xml 的配置相关。配置简述在 server.xml 文件中包含者以下的对象。The configuration element descriptions are organized into the following ma... ...
分类:其他好文   时间:2020-05-16 12:10:00    阅读次数:58
SpringBoot中Mybatis打印sql日志
application.yml中加上 # springBoot+Mybatis 控制台打印SQL语句 (方式一) logging: level: com.zoctan.api.mapper : debug # 配置slq打印日志 (方式二) mybatis-plus: configuration: ...
分类:数据库   时间:2020-05-15 21:52:30    阅读次数:172
[本地存储值]ApplicationSettingsBase运用
using System; using System.ComponentModel; namespace Concert.Configuration { public sealed class UserSettings : System.Configuration.ApplicationSettin ...
分类:移动开发   时间:2020-05-15 09:49:28    阅读次数:69
6024条   上一页 1 ... 31 32 33 34 35 ... 603 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!