- 浏览: 135750 次
- 性别:
- 来自: 重庆
最新评论
-
spp_1987:
然后没了?
axis2对应jar的maven配置 -
tmbfe:
有用,谢谢!!
在Eclipse中创建maven项目出现的环境警告 j2se-1.5 -
fuyu_oo:
多谢多谢多谢
在Eclipse中创建maven项目出现的环境警告 j2se-1.5 -
haiou33:
麻烦问下 你这问题解决没 ,我先也出现了这个问题,还没找到合适 ...
axis2 File "/axis2-web/listSingleService.jsp" not found -
sachxp:
感谢PO主,帮了我大忙,特意登录感谢。@xieyongwei ...
在Eclipse中创建maven项目出现的环境警告 j2se-1.5
文章列表
由于项目需要,我们要用JMS进行通信。于是就去网上看了一下相关的JMS。
什么是JMS?
jms即Java消息服务(Java Message Service)应用程序接口是一个Java平台中关于面向消息中间件(MOM)的API,用于在两个应用程序之间,或分布式系 ...
由于现在项目中需要引入的jar包越来越多,所以就引入了maven,配置后然后就去Maven中央仓库http://repo1.maven.org/maven2/ 下载所需要的构件(artifact),但是这样都不是很好的做法,因为这样会浪费很多的带宽和大量的时间,于是nexus就出现了。nexus 作为仓库管理器提供构件搜索功能,里面的构件基本满足你想要的东西。下面我们就开始在本地来搭建nexus。
Nexus提供了两种安装方式,一种是内嵌Jetty的bundle,只要你有JRE就能直接运行。第二种方式是WAR,你只须简单的将其发布到web容器中即可使用。
Bundle方式安装 ...
Groovy插件的地址:http://dist.springsource.org/release/GRECLIPSE/e4.3/
如果集成报错:
An error occurred while uninstalling
session context was:(profile=DefaultProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Uninstall, operand=[R]org.springsource.sts.ide.executable.win32.win32.x86_64 3.6.4.2015031 ...
没有服务添加服务.
解决办法:
cmd下进入mysql目录,执行mysqld.exe install
lease ensure you are using JDK 1.4 or above and not a JRE",它需要的是JDK而不是JRE。我给的项目中使用的是公共JRE:
解决
修改Eclipse的配置,使用JDK:Eclipse->Window->Preferences->Java->Installed JREs
Finish后,项目如:
ok
首先添加Eclipse 2.0 Style Plugin Support 支持
1、Help-->install new software-->Add 输入 http://download.eclipse.org/eclipse/updates/4.4
2、仅勾选Eclipse 2.0 Style Plugin Support 如下图:
3、离线安装veloeclipse 插件
http://subclipse.tigris.org/update_1.8.x
一月 24, 2015 4:51:02 下午 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:cargo' did not find a matching property.
一月 24, 2015 4:51:02 下午 org.apache.catalina.startup.Versio ...
package com.jynine.service;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.Date;
import org.codehaus.jackson.JsonGenerator;
import org.codehaus.jackson.JsonProcessingException;
import org.codehaus.jackson.map.JsonSerializer;
import org.codehaus.jackson.ma ...
jcaptcha :http://maven.jahia.org/maven2/
linux下启动tomcat报这个错:
Aug 27, 2014 1:29:19 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/us ...
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project testPro: There are test failures.
[ERROR]
[ERROR] Please refer to E:\maven\testPro\target\surefire-reports for the individual test results.
解决方法:
<build>
<plugins& ...
SecureCRT 进入mongos 命令下,输错命令无法delete或backspace的解决办法:
选择options--->Session Options -->Terminal-->Emulation;
在右侧面板中选择Terminal类型,不要选择VT100,选其他的就行了,我选的Linux。
发布命令如下:
mvn deploy:deploy-file -DgroupId=ddd.util -DartifactId=ddd-util -Dversion=1.0 -Dpackaging=jar -Dfile=C:\Users\Administrator\Desktop\dddutil.jar -Durl=http://ip:port/nexus/content/repositories/thirdparty/ -DrepositoryId=thirdparty
-DgroupId 项目
-DartifactId 模块
-Dversion 版本号
-Dpackaging是打包方式
-Df ...
官方地址:
http://axis.apache.org/axis2/java/core/docs/spring.html