随笔分类 -  maven

maven学习
摘要:pom.xml文件中添加 <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <executions> <execution> <id>copy</ 阅读全文
posted @ 2019-02-21 10:02 金州恶汉拉文 阅读(3720) 评论(0) 推荐(0)
摘要:pom文件加 阅读全文
posted @ 2018-12-05 16:13 金州恶汉拉文 阅读(147) 评论(0) 推荐(0)
摘要:问题:Bean method 'jdbcTemplate' not loaded because @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) did not find any bea 阅读全文
posted @ 2018-07-16 17:01 金州恶汉拉文 阅读(462) 评论(0) 推荐(0)
摘要:<build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifest> 阅读全文
posted @ 2018-07-05 19:45 金州恶汉拉文 阅读(630) 评论(0) 推荐(0)