maven tomact插件

建立一个行家项目,使用命令运行的Tomcat的时候没有任何反应,控制台也没有任何输出语句。只是小红方框红了一下就灰掉了(首先确定你的项目没有错误,至于罐包如果连接网路请不用担心,行家会自动下载)。

问题解决:

1.首先在导航栏“ Windows ”里面找到“ preference ”。


2.搜索“ 安装 ”myeclipse会按照提示给你列出选项。选中你使用的jdk然后点击“ 编辑 ”。


3. 在红色框中添加如图所示的一行代码,代码如下:

-Dmaven.multiModuleProjectDirectory = $ MAVEN_HOME

这里的$ MAVEN_HOME指的是你在配置的行家的环境变量,这个环境变量的值是行家你在里电脑的安装路径。然后就可以运行Maven的命令了。


4.如果电脑联网了,遇见下面提示不要慌张,那是maven仓库在下载相应的jar文件(简单列出一部分,我的jar包下载的太多了 * _ *)。

  1. [INFO]扫描   项目…  
  2. [警告]   
  3. 遇到[警告一些问题  ,同时 建立有效的模式   mavenbos:战争:com.hry.bos 0.0 1 -SNAPSHOT  
  4. 对于 org.apache.maven.plugins:maven-compiler-plugin缺少 [WARNING]  ’build.plugins.plugin.version’ 。@第111 行  ,第12 栏    
  5. [警告]   
  6. [警告]强烈建议解决这些问题,因为它们威胁到构建的稳定性。  
  7. [警告]   
  8. [警告]出于  这个 原因,未来的Maven版本可能不再支持构建这种格式不正确的项目。  
  9. [警告]   
  10. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom  
  11. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom(10 kB at 3.8 kB / s)  
  12. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom  
  13. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom(11 kB,以14 kB /秒)  
  14. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom  
  15. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom(33 kB在29 kB /秒)  
  16. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom  
  17. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom(14 kB,20 kB / s)  
  18. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar  
  19. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar(43 kB at 42kB / s)  
  20. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom  
  21. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom(8.1 kB at 12kB / s)  
  22. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar  
  23. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar(30 kB at 34 kB / s)  
  24. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom  
  25. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (在19kB / s下10kB)  
  26. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom  
  27. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom(14 kB在23 kB /秒)  
  28. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar  
  29. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (以35kB / s为30kB)  
  30. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.2/maven-war-plugin-2.2.pom  
  31. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.2/maven-war-plugin-2.2.pom(6.5 kB at 10 kB / s)  
  32. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.2/maven-war-plugin-2.2.jar  
  33. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.2/maven-war-plugin-2.2.jar(79 kB at 61 kB / s)  
  34. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom  
  35. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom(5.6 kB at 11 kB / s)  
  36. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar  
  37. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar(27 kB at 36千字节/秒)  
  38. [INFO]从中央下载:https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom  
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.hry.bos:mavenbos:war:0.0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 111, column 12
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 kB at 3.8 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 14 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 29 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 kB at 20 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (43 kB at 42 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 12 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 34 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 19 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 kB at 23 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 kB at 35 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.2/maven-war-plugin-2.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.2/maven-war-plugin-2.2.pom (6.5 kB at 10 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.2/maven-war-plugin-2.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.2/maven-war-plugin-2.2.jar (79 kB at 61 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom (5.6 kB at 11 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar (27 kB at 36 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
5.最后看到如下信息就说明运行成功了(主要看第一行)。

  1. [INFO]在http:// localhost:8080 / mavenbos 上运行war  
  2. [INFO]在G:\ MyEclipse 10 \ mavenbos \ target \ tomcat上  创建Tomcat服务器配置 
  3. 十二月  18 ,  2017年12 19 12  上午org.apache.catalina.startup.Embedded开始   
  4. 信息:启动tomcat服务器  
  5. 十二月 182017 12:19:12 上午 org.apache.catalina.core.StandardEngine start  
  6. 信息: Starting Servlet Engine: Apache Tomcat/6.0.29  
  7. 十二月 182017 12:19:13 上午 org.apache.catalina.core.ApplicationContext log  
  8. 信息: Initializing Spring root WebApplicationContext  
  9. 00:19:13,307  INFO ContextLoader:272 - Root WebApplicationContext: initialization started  
  10. 00:19:13,388  INFO XmlWebApplicationContext:510 - Refreshing Root WebApplicationContext: startup date [Mon Dec 18 00:19:13 CST 2017]; root of context hierarchy  
  11. 00:19:13,428  INFO XmlBeanDefinitionReader:315 - Loading XML bean definitions from class path resource [applicationContext.xml]  
  12. 00:19:13,719  INFO DefaultListableBeanFactory:577 - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@ecb39d: defining beans []; root of factory hierarchy  
  13. 00:19:13,719  INFO ContextLoader:301 - Root WebApplicationContext: initialization completed in 411 ms  
  14. 00:19:14,099  INFO XmlConfigurationProvider:42 - Parsing configuration file [struts-default.xml]  
  15. 00:19:14,139  INFO XmlConfigurationProvider:42 - Parsing configuration file [struts-plugin.xml]  
  16. 00:19:14,149  INFO XmlConfigurationProvider:42 - Parsing configuration file [struts.xml]  
  17. 00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (spring) for (com.opensymphony.xwork2.ObjectFactory)  
  18. 00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.FileManagerFactory)  
  19. 00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.XWorkConverter)  
  20. 00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.TextProvider)  
  21. 00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.LocaleProvider)  
  22. 00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.ActionProxyFactory)  
  23. 00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.conversion.ObjectTypeDeterminer)  
  24. 00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (org.apache.struts2.dispatcher.mapper.ActionMapper)  
  25. 00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (jakarta) for (org.apache.struts2.dispatcher.multipart.MultiPartRequest)  
  26. 00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (org.apache.struts2.views.freemarker.FreemarkerManager)  
  27. 00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (org.apache.struts2.components.UrlRenderer)  
  28. 00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.validator.ActionValidatorManager)  
  29. 00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.util.ValueStackFactory)  
  30. 00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.util.reflection.ReflectionProvider)  
  31. 00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.util.reflection.ReflectionContextFactory)  
  32. 00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.util.PatternMatcher)  
  33. 00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (org.apache.struts2.dispatcher.StaticContentLoader)  
  34. 00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.UnknownHandlerManager)  
  35. 00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (org.apache.struts2.views.util.UrlHelper)  
  36. 00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.CollectionConverter)  
  37. 00:19:14,159  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.ArrayConverter)  
  38. 00:19:14,159  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.DateConverter)  
  39. 00:19:14,159  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.NumberConverter)  
  40. 00:19:14,159  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.StringConverter)  
  41. 00:19:14,159  INFO DefaultConfiguration:42 - Overriding property struts.i18n.reload - old value: false new value: true  
  42. 00:19:14,159  INFO DefaultConfiguration:42 - Overriding property struts.configuration.xml.reload - old value: false new value: true  
  43. 00:19:14,169  INFO StrutsSpringObjectFactory:42 - Initializing Struts-Spring integration…  
  44. 00:19:14,169  INFO SpringObjectFactory:42 - Setting autowire strategy to name  
  45. 00:19:14,169  INFO StrutsSpringObjectFactory:42 - … initialized Struts-Spring integration successfully  
  46. 十二月 182017 12:19:14 上午 org.apache.coyote.http11.Http11Protocol init  
  47. 信息: Initializing Coyote HTTP/1.1 on http-8080  
  48. 十二月 182017 12:19:14 上午 org.apache.coyote.http11.Http11Protocol start  
  49. 信息: Starting Coyote HTTP/1.1 on http-8080  
[INFO] Running war on http://localhost:8080/mavenbos
[INFO] Creating Tomcat server configuration at G:\MyEclipse 10\mavenbos\target\tomcat
十二月 18, 2017 12:19:12 上午 org.apache.catalina.startup.Embedded start
信息: Starting tomcat server
十二月 18, 2017 12:19:12 上午 org.apache.catalina.core.StandardEngine start
信息: Starting Servlet Engine: Apache Tomcat/6.0.29
十二月 18, 2017 12:19:13 上午 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring root WebApplicationContext
00:19:13,307  INFO ContextLoader:272 - Root WebApplicationContext: initialization started
00:19:13,388  INFO XmlWebApplicationContext:510 - Refreshing Root WebApplicationContext: startup date [Mon Dec 18 00:19:13 CST 2017]; root of context hierarchy
00:19:13,428  INFO XmlBeanDefinitionReader:315 - Loading XML bean definitions from class path resource [applicationContext.xml]
00:19:13,719  INFO DefaultListableBeanFactory:577 - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@ecb39d: defining beans []; root of factory hierarchy
00:19:13,719  INFO ContextLoader:301 - Root WebApplicationContext: initialization completed in 411 ms
00:19:14,099  INFO XmlConfigurationProvider:42 - Parsing configuration file [struts-default.xml]
00:19:14,139  INFO XmlConfigurationProvider:42 - Parsing configuration file [struts-plugin.xml]
00:19:14,149  INFO XmlConfigurationProvider:42 - Parsing configuration file [struts.xml]
00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (spring) for (com.opensymphony.xwork2.ObjectFactory)
00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.FileManagerFactory)
00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.XWorkConverter)
00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.TextProvider)
00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.LocaleProvider)
00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.ActionProxyFactory)
00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.conversion.ObjectTypeDeterminer)
00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (org.apache.struts2.dispatcher.mapper.ActionMapper)
00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (jakarta) for (org.apache.struts2.dispatcher.multipart.MultiPartRequest)
00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (org.apache.struts2.views.freemarker.FreemarkerManager)
00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (org.apache.struts2.components.UrlRenderer)
00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.validator.ActionValidatorManager)
00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.util.ValueStackFactory)
00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.util.reflection.ReflectionProvider)
00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.util.reflection.ReflectionContextFactory)
00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.util.PatternMatcher)
00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (org.apache.struts2.dispatcher.StaticContentLoader)
00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.UnknownHandlerManager)
00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (org.apache.struts2.views.util.UrlHelper)
00:19:14,149  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.CollectionConverter)
00:19:14,159  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.ArrayConverter)
00:19:14,159  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.DateConverter)
00:19:14,159  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.NumberConverter)
00:19:14,159  INFO BeanSelectionProvider:42 - Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.StringConverter)
00:19:14,159  INFO DefaultConfiguration:42 - Overriding property struts.i18n.reload - old value: false new value: true
00:19:14,159  INFO DefaultConfiguration:42 - Overriding property struts.configuration.xml.reload - old value: false new value: true
00:19:14,169  INFO StrutsSpringObjectFactory:42 - Initializing Struts-Spring integration...
00:19:14,169  INFO SpringObjectFactory:42 - Setting autowire strategy to name
00:19:14,169  INFO StrutsSpringObjectFactory:42 - ... initialized Struts-Spring integration successfully
十二月 18, 2017 12:19:14 上午 org.apache.coyote.http11.Http11Protocol init
信息: Initializing Coyote HTTP/1.1 on http-8080
十二月 18, 2017 12:19:14 上午 org.apache.coyote.http11.Http11Protocol start
信息: Starting Coyote HTTP/1.1 on http-8080



  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值