Element 'configuration' cannot have character [children], because the type's content type is element-only.
整合springbootmybatis时copy网上的配置,然后报错了。<configuration       <!mybatis用于生成代码的配置文件  <configurationFilesrc/main/resources/gener
Easter79 Easter79
3年前
springboot2.0+ 使用拦截器导致静态资源被拦截
在spring1.0的版本中,配置拦截器后是不会拦截静态资源的。其配置如下:@ConfigurationpublicclassWebMvcConfigextendsWebMvcConfigurerAdapter{@AutowiredprivateRememberAuthenti
Wesley13 Wesley13
3年前
Mysql数据库的安装和使用
mysql数据库的安装:选择typical类型》install》next》next》configuretehmysqlservernow打勾点击finishdetailedconfigurationdevelopermachinemultifunctionaldatabasedecisionsupport(dss)/o
Stella981 Stella981
3年前
IDEA连接本地mysql失败
问题描述:IDEA连接本地mysql失败Connectiontolanyuekeji@localhostfailed.\08001\Couldnotcreateconnectiontodatabaseserver.Attemptedreconnect3times.Givingup.!(https://
Wesley13 Wesley13
3年前
MySQL客户端连接工具 mysql
MySQL 版本信息:root@db02~mysqlversionmysqlVer14.14Distrib5.6.36,forLinux(x86_64)usingEditLinewrapperUsage:    
Stella981 Stella981
3年前
Multi
ReplicationDriver针对Master/Slave,Mysqljdbcdrivrer:ReplicationDriverhttps://dev.mysql.com/doc/connectorj/8.0/en/connectorjmasterslavereplicationconnection.html(ht
Wesley13 Wesley13
3年前
MySQL数据导出工具 mysqldump
MySQL版本信息:root@db02datamysqlversionmysqlVer14.14Distrib5.6.36,forLinux(x86_64)usingEditLinewrapper选项:\A
Wesley13 Wesley13
3年前
ubuntu 使用root用户登录
修改配置文件sudovim/etc/ssh/sshd_config找到下面相关配置:Authentication:LoginGraceTime120PermitRootLoginprohibitpasswordStrictModesyes更改为:Aut
Wesley13 Wesley13
3年前
MySQL5.7升级到8.0过程详解
前言:不知不觉,MySQL8.0已经发布好多个GA小版本了。目前互联网上也有很多关于MySQL8.0的内容了,MySQL8.0版本基本已到稳定期,相信很多小伙伴已经在接触8.0了。本篇文章主要介绍从5.7升级到8.0版本的过程及注意事项,有想做版本升级的小伙伴可以参考下。1.升级前准备及注意事项首先
Wesley13 Wesley13
3年前
MySQL学习笔记(一)
一,数据库系统概念数据库:指装数据的库(硬盘空间)。数据库管理软件:指在操作系统上用户所使用的管理数据库的应用软件(MySQL、Oracle等)数据库系统:是包含数据管理员,数据库,数据管理软件的统称。二,Mysql的的的的的安装这个不多赘述,网上教程很多,自行百度即可。安装好MySQL后,先不要着急安装可视化工具,可