yan icon indicating copy to clipboard operation
yan copied to clipboard

使用Maven构建,整合Dubbo+Zookeeper+SpringMVC+Spring+MyBatis+Redis支持分布式的高效率便捷开发框架

Results 17 yan issues
Sort by recently updated
recently updated
newest added

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.45 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...

dependencies

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.45 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...

dependencies

Bumps [dubbo](https://github.com/apache/incubator-dubbo) from 2.6.0 to 2.6.12. Release notes Sourced from dubbo's releases. dubbo-2.6.12 What's Changed [2.6] update hessian lite version: 3.2.11 -> 3.2.12 (#9455) dubbo-2.6.11 Change Lists Add serialize id...

dependencies

Bumps [dubbo](https://github.com/apache/incubator-dubbo) from 2.6.0 to 2.6.12. Release notes Sourced from dubbo's releases. dubbo-2.6.12 What's Changed [2.6] update hessian lite version: 3.2.11 -> 3.2.12 (#9455) dubbo-2.6.11 Change Lists Add serialize id...

dependencies

Bumps commons-io from 2.6 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.6&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [mybatis](https://github.com/mybatis/mybatis-3) from 3.4.5 to 3.5.6. Release notes Sourced from mybatis's releases. mybatis-3.5.6 Enhancements: A new configuration option defaultSqlProviderType is added. The specified class will be used as the SQL...

dependencies

Bumps [mybatis](https://github.com/mybatis/mybatis-3) from 3.4.5 to 3.5.6. Release notes Sourced from mybatis's releases. mybatis-3.5.6 Enhancements: A new configuration option defaultSqlProviderType is added. The specified class will be used as the SQL...

dependencies

我的zookeeper正常启动了。服务也在zookeeper上正常看到了。但是输入http://localhost:8080/yan-web无法访问该项目。我是在eclipse里面测试的。导入的maven项目。我没有redis.我看你描述这些都是非必要项。想知道问题出在哪里

你好,我改造过你这个项目,在使用过程中出现调用DemoController ![image](https://user-images.githubusercontent.com/24834548/49913251-f197bb00-fec7-11e8-9f7c-90b7bb162143.png) 这个方法的时候,前端页面显示乱码。 ![image](https://user-images.githubusercontent.com/24834548/49913285-17bd5b00-fec8-11e8-9566-214a8b254628.png) 我最先想到是去看配置,一开始没看出什么问题,后来跟了CharacterEncodingFilter过滤器发现,这个版本的过滤器 ![image](https://user-images.githubusercontent.com/24834548/49913367-594e0600-fec8-11e8-8f82-fdc00436ed32.png) 有发生变化,于是过滤器改了 ![image](https://user-images.githubusercontent.com/24834548/49913393-6ff45d00-fec8-11e8-9859-3fb32fa19763.png) 之后发现还是乱码,于是将RequestMappingHandlerAdapter适配器的StringHttpMessageConverter的bean配置移动到spring-beans.xml里面,解决问题。