摘要:No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-
阅读全文
摘要:archetypeCatalog=internal
阅读全文
摘要:pom.xml src->main->resources下新建文件 generatorConfig.xml 然后到 maven project ->mybatis-generator ->mybatis-generator:generate 右键->run maven build 如果没有提示错误就
阅读全文
摘要:今天想使用jdk8+tomcat7来个写程序,但是一运行始终提示连接不到数据库 提示:Could not obtain connection metadata org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create Poolable
阅读全文
摘要:1、首先在github网站上新建一个repository 打开https://github.com/ 找到new repository按钮 输入repository name 选择public 记录下项目地址:git@github.com:lvlvoutlook/test001.git 2、打开id
阅读全文
摘要:idea 运行正常打成jar包运行提示“connect: Address is invalid on local machine or port is not valid on remote” , 解决方法: public static void main(String[] args) throws
阅读全文
摘要:1、启用版本控制2、在弹出的框中选择svn3、下载并解压VisualSVN 下载地址:http://subversion.apache.org/packages.html#windows4、idea配置:File->settings
阅读全文
摘要:idea 报错:Can't use Subversion command line client: svn. Errors found while svn working copies detection.1、卸载以前的svn客户端2、下载VisualSVN 下载地址:h...
阅读全文