
第三方插件
文章平均质量分 84
zengxiaoyong19890105
这个作者很懒,什么都没留下…
展开
-
开始使用Log4j
1、分别在src文件夹下面生成一个log4j.properties文件,在工程根目录下,新建一个log文件夹,再在该文件夹下面新建log.log文件和errorlog.log文件。2、打开log4j.properties文件 log4j.rootLogger=debug, stdout, loglog4j.Logger=search,Test ###Con...转载 2016-08-03 23:26:19 · 327 阅读 · 0 评论 -
创建maven工程时失败情况
Eclipse+ maven工程在maven成功解压,并配置好环境变量的情况下。1.出现的问题Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:RELEASE from any of the configured repositories.Could not re原创 2016-08-03 23:18:13 · 6305 阅读 · 1 评论 -
在家配置maven的settings.xml
<?xml version="1.0" encoding="UTF-8"?><!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work ...原创 2019-02-01 09:52:21 · 203 阅读 · 0 评论