随笔分类 -  IntelliJ IDEA

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-id>:<plugin-artifact-id>[:<plugin-version>]:<goal
摘要: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- 阅读全文

posted @ 2018-03-15 23:46 lvlv岁月流逝 阅读(426) 评论(0) 推荐(0)

idea maven 创建webapp项目没有src目录
摘要:archetypeCatalog=internal 阅读全文

posted @ 2016-07-09 17:47 lvlv岁月流逝 阅读(6928) 评论(1) 推荐(0)

idea15 生成mybatis代码
摘要:pom.xml src->main->resources下新建文件 generatorConfig.xml 然后到 maven project ->mybatis-generator ->mybatis-generator:generate 右键->run maven build 如果没有提示错误就 阅读全文

posted @ 2016-05-10 23:48 lvlv岁月流逝 阅读(602) 评论(0) 推荐(0)

jdk8 tomcat7
摘要:今天想使用jdk8+tomcat7来个写程序,但是一运行始终提示连接不到数据库 提示:Could not obtain connection metadata org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create Poolable 阅读全文

posted @ 2016-04-21 10:47 lvlv岁月流逝 阅读(1687) 评论(0) 推荐(0)

idea git 整合使用
摘要:1、首先在github网站上新建一个repository 打开https://github.com/ 找到new repository按钮 输入repository name 选择public 记录下项目地址:git@github.com:lvlvoutlook/test001.git 2、打开id 阅读全文

posted @ 2016-03-30 21:13 lvlv岁月流逝 阅读(2092) 评论(0) 推荐(0)

connect: Address is invalid on local machine or port is not valid on remote
摘要:idea 运行正常打成jar包运行提示“connect: Address is invalid on local machine or port is not valid on remote” , 解决方法: public static void main(String[] args) throws 阅读全文

posted @ 2016-03-04 20:14 lvlv岁月流逝 阅读(4198) 评论(0) 推荐(0)

IntelliJ IDEA 配置svn
摘要:1、启用版本控制2、在弹出的框中选择svn3、下载并解压VisualSVN 下载地址:http://subversion.apache.org/packages.html#windows4、idea配置:File->settings 阅读全文

posted @ 2015-11-16 14:03 lvlv岁月流逝 阅读(301) 评论(0) 推荐(0)

Can't use Subversion command line client: svn. Errors found while svn working copies detection.
摘要:idea 报错:Can't use Subversion command line client: svn. Errors found while svn working copies detection.1、卸载以前的svn客户端2、下载VisualSVN 下载地址:h... 阅读全文

posted @ 2015-11-16 13:58 lvlv岁月流逝 阅读(1050) 评论(0) 推荐(0)

导航