解决mysql远程连接问题
摘要:我是在官网下载 mysql 的安装包文件 mysql-server_5.7.28-1ubuntu18.04_amd64.deb-bundle 。 安装完成后,使用root用户登录。 表 mysql.user 里默认的 Host不是 %,做update,变为任意主机。 查看 user表, mysql>
阅读全文
posted @
2019-10-26 16:51
wuyicode
阅读(187)
推荐(0) 编辑
maven项目的source编译在pom文件里的设置
摘要:参考 https://www.cnblogs.com/boris-et/p/11098886.htm 写在 dependencies 之前。 <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifac
阅读全文
posted @
2019-10-21 22:27
wuyicode
阅读(5146)
推荐(0) 编辑
Spring容器创建Bean失败问题(Spring Web)
摘要:在Spring项目中遇到 创建Bean失败问题。 而且,web.xml文件里有 配置文件的路径说明 applicationContext*.xml 。 实际看到文件名是 所以把applicationContext*.xml改成applicationContext-*.xml,这样匹配效果更强。 再次
阅读全文
posted @
2019-10-03 03:59
wuyicode
阅读(1318)
推荐(0) 编辑