解决的问题
清水养玉
这个作者很懒,什么都没留下…
展开
-
通过网关上传文件,文件名乱码
原理以后补充原创 2018-06-08 11:55:26 · 979 阅读 · 0 评论 -
MongoDB与Springboot结合
pom.xml引入mongodb<!-- mongodb --><dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-mongodb</artifactId></...原创 2018-07-27 11:55:18 · 146 阅读 · 0 评论 -
GROUP_CONCAT大小限制
GROUP_CONCAT大小限制SET GLOBAL group_concat_max_len=102400;原创 2019-01-31 15:27:55 · 590 阅读 · 0 评论 -
install出错,找不到相应的包,实际是存在的
[ERROR] Failed to execute goal on project yfsl-data-collection-xenserver: Could not resolve dependencies for project com.data.collection.xenserver:yfsl-data-collection-xenserver:jar:0.0.1-SNAPSHOT:...原创 2019-01-28 14:12:59 · 604 阅读 · 0 评论 -
PageHelper cannot be cast to org.apache.ibatis.plugin.Interceptor
<!-- 配置分页插件 --> <!--<plugins>--> <!--<plugin interceptor="com.github.pagehelper.PageHelper">--> <!--&lt;!&ndash; 设置数据库类型 Oracle,Mysql,MariaDB,SQLi原创 2019-01-28 17:20:48 · 701 阅读 · 0 评论 -
feign.RetryableException: Read timed out executing POST
feign.RetryableException: Read timed out executing POST http://mysql/metric配置文件中添加ribbon: ReadTimeout: 60000 ConnectTimeout: 60000原创 2019-01-23 14:56:30 · 19483 阅读 · 0 评论 -
查询数据库指标是sql异常
java.sql.SQLException: The 'INFORMATION_SCHEMA.GLOBAL_STATUS' feature is disabled; see the documentation for 'show_compatibility_56'set global show_compatibility_56=on;原创 2019-01-23 16:20:56 · 212 阅读 · 0 评论