版本信息: spring cloud 版本Greenwich.SR2 spring boot 版本2.1.8.RELEASE 官网文档: "http://logging.apache.org/log4j/2.x/manual/configuration.html" 以下每个步骤不可缺失 1. pom ...
分类:
编程语言 时间:
2019-12-30 19:22:30
阅读次数:
95
我刚入门webpack就被版本问题坑一脸,以此第一篇博客记录一下我踩过的坑~~~ 1.报错:Invalid configuration object. Webpack has been initialised using a configuration object that does not ma ...
分类:
Web程序 时间:
2019-12-30 17:14:49
阅读次数:
221
1.配置application.yml mybatis: mapper-locations: classpath:/mybatis/mapping/*.xml configuration: map-underscore-to-camel-case: true #开启驼峰命名 database-id: ...
分类:
数据库 时间:
2019-12-30 14:13:05
阅读次数:
549
1.出现spring boot Configuration Annotation Proessor not found in classpath的提示是在用了@ConfigurationProperties这个注解时,所以问题出现在ConfigurationProperties注解。 2.根据提示的 ...
分类:
编程语言 时间:
2019-12-30 11:35:40
阅读次数:
71
报错内容: Error running 'ServiceStarter': Command line is too long. Shorten command line for ServiceStarter or also for Application default configuration. ...
分类:
其他好文 时间:
2019-12-30 11:26:59
阅读次数:
472
location教程 示例: location = / { # 精确匹配 /,主机名后面不能带任何字符串 [ configuration A ] } location / { # 因为所有的地址都以/开头,所有这条规则将匹配到所有请求 # 但是正则和最长字符串会优先匹配 [ configuratio ...
分类:
其他好文 时间:
2019-12-30 09:46:35
阅读次数:
62
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet type="text/xsl" href="configuration.xsl"?><configuration> <property> <name>hive ...
分类:
其他好文 时间:
2019-12-30 00:23:05
阅读次数:
74
1、iconv(): Detected an illegal character in input string 2、The 'gridview' module MUST be setup in your Yii configuration file. 3、Yii2 i18n 参考: https:/ ...
分类:
其他好文 时间:
2019-12-29 23:33:36
阅读次数:
91
错误信息: Command line is too long. Shorten command line for *** or also for Spring Boot default configuration 通常会导致的后果是无法启动项目。 解决办法: 修改项目下 .idea\workspac ...
分类:
编程语言 时间:
2019-12-29 20:29:02
阅读次数:
309
Ø 简介 本文来讨论 Oracle 数据库实例的创建,Oracle 创建数据库实例采用 Database Configuration Assistant(数据库配置助理),以下简称 DBCA。DBAC 是一个可视化数据库管理的向导工具,使用比较方便。DBAC 不但用于创建数据库,还可以管理已有的数据... ...
分类:
数据库 时间:
2019-12-29 15:01:47
阅读次数:
95