java三目运算多个条件判断

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/Ming_key/article/details/86569387

直接上代码。

 public static void main(String[] args) {
        int pjjg = 0 ;
        System.out.println(pjjg ==0 ? "未评价" : pjjg ==1 ? "非常满意" : pjjg == 2 ? "满意" : pjjg ==3 ? "一般" : pjjg == 4 ? "不满意" : pjjg == 5 ? "业务不熟" : pjjg == 6 ? "有待提高" : "空值");
    }

结果:

D:\Program\Java\jdk1.8.0_152\bin\java.exe -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:63889,suspend=y,server=n -javaagent:C:\Users\zdkxadmin\.IntelliJIdea2018.2\system\captureAgent\debugger-agent.jar=file:/C:/Users/zdkxadmin/AppData/Local/Temp/capture118991.props -Dfile.encoding=UTF-8 -classpath "D:\Program\Java\jdk1.8.0_152\jre\lib\charsets.jar;D:\Program\Java\jdk1.8.0_152\jre\lib\deploy.jar;D:\Program\Java\jdk1.8.0_152\jre\lib\ext\access-bridge-64.jar;D:\Program\Java\jdk1.8.0_152\jre\lib\ext\cldrdata.jar;D:\Program\Java\jdk1.8.0_152\jre\lib\ext\dnsns.jar;D:\Program\Java\jdk1.8.0_152\jre\lib\ext\jaccess.jar;D:\Program\Java\jdk1.8.0_152\jre\lib\ext\jfxrt.jar;D:\Program\Java\jdk1.8.0_152\jre\lib\ext\localedata.jar;D:\Program\Java\jdk1.8.0_152\jre\lib\ext\nashorn.jar;D:\Program\Java\jdk1.8.0_152\jre\lib\ext\sunec.jar;D:\Program\Java\jdk1.8.0_152\jre\lib\ext\sunjce_provider.jar;D:\Program\Java\jdk1.8.0_152\jre\lib\ext\sunmscapi.jar;D:\Program\Java\jdk1.8.0_152\jre\lib\ext\sunpkcs11.jar;D:\Program\Java\jdk1.8.0_152\jre\lib\ext\zipfs.jar;D:\Program\Java\jdk1.8.0_152\jre\lib\javaws.jar;D:\Program\Java\jdk1.8.0_152\jre\lib\jce.jar;D:\Program\Java\jdk1.8.0_152\jre\lib\jfr.jar;D:\Program\Java\jdk1.8.0_152\jre\lib\jfxswt.jar;D:\Program\Java\jdk1.8.0_152\jre\lib\jsse.jar;D:\Program\Java\jdk1.8.0_152\jre\lib\management-agent.jar;D:\Program\Java\jdk1.8.0_152\jre\lib\plugin.jar;D:\Program\Java\jdk1.8.0_152\jre\lib\resources.jar;D:\Program\Java\jdk1.8.0_152\jre\lib\rt.jar;E:\code\中山\call-app-0.1.2\call-web\target\classes;E:\code\中山\call-app-0.1.2\call\target\classes;D:\codeSup\repository\com\zdvictory\core\1.1.6\core-1.1.6.jar;D:\codeSup\repository\org\springframework\data\spring-data-jpa\1.5.1.RELEASE\spring-data-jpa-1.5.1.RELEASE.jar;D:\codeSup\repository\org\springframework\data\spring-data-commons\1.7.1.RELEASE\spring-data-commons-1.7.1.RELEASE.jar;D:\codeSup\repository\org\springframework\spring-orm\4.2.2.RELEASE\spring-orm-4.2.2.RELEASE.jar;D:\codeSup\repository\org\springframework\spring-jdbc\4.2.2.RELEASE\spring-jdbc-4.2.2.RELEASE.jar;D:\codeSup\repository\org\springframework\spring-context\4.2.2.RELEASE\spring-context-4.2.2.RELEASE.jar;D:\codeSup\repository\org\springframework\spring-aop\4.2.2.RELEASE\spring-aop-4.2.2.RELEASE.jar;D:\codeSup\repository\aopalliance\aopalliance\1.0\aopalliance-1.0.jar;D:\codeSup\repository\org\springframework\spring-tx\4.2.2.RELEASE\spring-tx-4.2.2.RELEASE.jar;D:\codeSup\repository\org\springframework\spring-beans\4.2.2.RELEASE\spring-beans-4.2.2.RELEASE.jar;D:\codeSup\repository\org\springframework\spring-core\4.2.2.RELEASE\spring-core-4.2.2.RELEASE.jar;D:\codeSup\repository\org\aspectj\aspectjrt\1.6.12\aspectjrt-1.6.12.jar;D:\codeSup\repository\org\springframework\spring-web\4.2.2.RELEASE\spring-web-4.2.2.RELEASE.jar;D:\codeSup\repository\org\springframework\spring-aspects\4.2.2.RELEASE\spring-aspects-4.2.2.RELEASE.jar;D:\codeSup\repository\org\aspectj\aspectjweaver\1.6.12\aspectjweaver-1.6.12.jar;D:\codeSup\repository\org\springframework\spring-instrument\4.2.2.RELEASE\spring-instrument-4.2.2.RELEASE.jar;D:\codeSup\repository\org\springframework\spring-webmvc\4.2.2.RELEASE\spring-webmvc-4.2.2.RELEASE.jar;D:\codeSup\repository\org\springframework\spring-expression\4.2.2.RELEASE\spring-expression-4.2.2.RELEASE.jar;D:\codeSup\repository\org\springframework\spring-context-support\4.2.2.RELEASE\spring-context-support-4.2.2.RELEASE.jar;D:\codeSup\repository\org\hibernate\hibernate-core\4.3.10.Final\hibernate-core-4.3.10.Final.jar;D:\codeSup\repository\org\jboss\logging\jboss-logging\3.1.3.GA\jboss-logging-3.1.3.GA.jar;D:\codeSup\repository\org\jboss\logging\jboss-logging-annotations\1.2.0.Beta1\jboss-logging-annotations-1.2.0.Beta1.jar;D:\codeSup\repository\org\jboss\spec\javax\transaction\jboss-transaction-api_1.2_spec\1.0.0.Final\jboss-transaction-api_1.2_spec-1.0.0.Final.jar;D:\codeSup\repository\dom4j\dom4j\1.6.1\dom4j-1.6.1.jar;D:\codeSup\repository\xml-apis\xml-apis\1.3.04\xml-apis-1.3.04.jar;D:\codeSup\repository\org\hibernate\common\hibernate-commons-annotations\4.0.5.Final\hibernate-commons-annotations-4.0.5.Final.jar;D:\codeSup\repository\org\hibernate\javax\persistence\hibernate-jpa-2.1-api\1.0.0.Final\hibernate-jpa-2.1-api-1.0.0.Final.jar;D:\codeSup\repository\org\javassist\javassist\3.18.1-GA\javassist-3.18.1-GA.jar;D:\codeSup\repository\antlr\antlr\2.7.7\antlr-2.7.7.jar;D:\codeSup\repository\org\jboss\jandex\1.1.0.Final\jandex-1.1.0.Final.jar;D:\codeSup\repository\org\hibernate\hibernate-entitymanager\4.3.10.Final\hibernate-entitymanager-4.3.10.Final.jar;D:\codeSup\repository\org\hibernate\hibernate-envers\4.3.10.Final\hibernate-envers-4.3.10.Final.jar;D:\codeSup\repository\org\hibernate\hibernate-validator\5.1.0.Final\hibernate-validator-5.1.0.Final.jar;D:\codeSup\repository\javax\validation\validation-api\1.1.0.Final\validation-api-1.1.0.Final.jar;D:\codeSup\repository\com\fasterxml\classmate\1.0.0\classmate-1.0.0.jar;D:\codeSup\repository\org\apache\struts\struts2-core\2.5.14.1\struts2-core-2.5.14.1.jar;D:\codeSup\repository\ognl\ognl\3.1.15\ognl-3.1.15.jar;D:\codeSup\repository\org\apache\logging\log4j\log4j-api\2.9.1\log4j-api-2.9.1.jar;D:\codeSup\repository\commons-fileupload\commons-fileupload\1.3.3\commons-fileupload-1.3.3.jar;D:\codeSup\repository\commons-io\commons-io\2.4\commons-io-2.4.jar;D:\codeSup\repository\org\apache\commons\commons-lang3\3.6\commons-lang3-3.6.jar;D:\codeSup\repository\org\apache\struts\struts2-spring-plugin\2.5.14.1\struts2-spring-plugin-2.5.14.1.jar;D:\codeSup\repository\org\apache\struts\struts2-json-plugin\2.5.14.1\struts2-json-plugin-2.5.14.1.jar;D:\codeSup\repository\org\apache\struts\struts2-convention-plugin\2.5.14.1\struts2-convention-plugin-2.5.14.1.jar;D:\codeSup\repository\org\ow2\asm\asm\5.2\asm-5.2.jar;D:\codeSup\repository\org\ow2\asm\asm-commons\5.2\asm-commons-5.2.jar;D:\codeSup\repository\org\ow2\asm\asm-tree\5.2\asm-tree-5.2.jar;D:\codeSup\repository\org\freemarker\freemarker\2.3.25-incubating\freemarker-2.3.25-incubating.jar;D:\codeSup\repository\org\apache\poi\poi-ooxml\3.9\poi-ooxml-3.9.jar;D:\codeSup\repository\org\apache\poi\poi\3.9\poi-3.9.jar;D:\codeSup\repository\org\apache\poi\poi-ooxml-schemas\3.9\poi-ooxml-schemas-3.9.jar;D:\codeSup\repository\org\json\json\20140107\json-20140107.jar;D:\codeSup\repository\net\sf\json-lib\json-lib\2.4\json-lib-2.4-jdk15.jar;D:\codeSup\repository\commons-beanutils\commons-beanutils\1.9.1\commons-beanutils-1.9.1.jar;D:\codeSup\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;D:\codeSup\repository\commons-lang\commons-lang\2.5\commons-lang-2.5.jar;D:\codeSup\repository\net\sf\ezmorph\ezmorph\1.0.6\ezmorph-1.0.6.jar;D:\codeSup\repository\c3p0\c3p0\0.9.5.1\c3p0-0.9.5.1.jar;D:\codeSup\repository\com\alibaba\druid\1.0.26\druid-1.0.26.jar;D:\Program\Java\jdk1.8.0_152\lib\jconsole.jar;D:\Program\Java\jdk1.8.0_152\lib\tools.jar;D:\codeSup\repository\spy\spymemcached\2.8.12\spymemcached-2.8.12.jar;D:\codeSup\repository\net\sf\ehcache\ehcache\2.10.3\ehcache-2.10.3.jar;D:\codeSup\repository\org\mongodb\mongo-java-driver\3.4.2\mongo-java-driver-3.4.2.jar;D:\codeSup\repository\org\slf4j\slf4j-api\1.7.6\slf4j-api-1.7.6.jar;D:\codeSup\repository\org\slf4j\jcl-over-slf4j\1.7.6\jcl-over-slf4j-1.7.6.jar;D:\codeSup\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;D:\codeSup\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;D:\codeSup\repository\CKFinder\CKFinder\2.4\CKFinder-2.4.jar;D:\codeSup\repository\CKFinder\ckfinderplugin-fileeditor\2.4\ckfinderplugin-fileeditor-2.4.jar;D:\codeSup\repository\CKFinder\ckfinderplugin-imageresize\2.4\ckfinderplugin-imageresize-2.4.jar;D:\codeSup\repository\CKFinder\ckfinderplugin-watermark\2.4\ckfinderplugin-watermark-2.4.jar;D:\codeSup\repository\net\coobird\thumbnailator\0.4.8\thumbnailator-0.4.8.jar;D:\codeSup\repository\org\quartz-scheduler\quartz\2.3.0\quartz-2.3.0.jar;D:\codeSup\repository\com\mchange\c3p0\0.9.5.2\c3p0-0.9.5.2.jar;D:\codeSup\repository\com\mchange\mchange-commons-java\0.2.11\mchange-commons-java-0.2.11.jar;D:\codeSup\repository\com\zaxxer\HikariCP-java6\2.3.13\HikariCP-java6-2.3.13.jar;D:\codeSup\repository\com\itextpdf\asian\5.5.3\asian-5.5.3.jar;D:\codeSup\repository\com\itextpdf\itextpdf\5.5.3\itextpdf-5.5.3.jar;D:\codeSup\repository\com\itextpdf\pdfa\5.5.3\pdfa-5.5.3.jar;D:\codeSup\repository\com\itextpdf\xtra\5.5.3\xtra-5.5.3.jar;D:\codeSup\repository\com\itextpdf\bcprov\5.5.3\bcprov-5.5.3.jar;D:\codeSup\repository\com\itextpdf\tool\xmlworker\5.5.3\xmlworker-5.5.3.jar;D:\codeSup\repository\org\apache\pdfbox\pdfbox\2.0.9\pdfbox-2.0.9.jar;D:\codeSup\repository\org\apache\pdfbox\fontbox\2.0.9\fontbox-2.0.9.jar;D:\codeSup\repository\com\google\zxing\core\3.3.1\core-3.3.1.jar;D:\codeSup\repository\com\google\zxing\javase\3.0.0\javase-3.0.0.jar;D:\codeSup\repository\org\codehaus\groovy\groovy-all\2.4.7\groovy-all-2.4.7.jar;D:\codeSup\repository\junit\junit\4.12\junit-4.12.jar;D:\codeSup\repository\org\hamcrest\hamcrest-core\1.3\hamcrest-core-1.3.jar;D:\codeSup\repository\jaxen\jaxen\1.1.6\jaxen-1.1.6.jar;D:\codeSup\repository\org\jdom\saxpath\1.0-FCS\saxpath-1.0-FCS.jar;D:\codeSup\repository\org\apache\httpcomponents\httpclient\4.5.4\httpclient-4.5.4.jar;D:\codeSup\repository\org\apache\httpcomponents\httpcore\4.4.7\httpcore-4.4.7.jar;D:\codeSup\repository\org\apache\httpcomponents\httpmime\4.5.4\httpmime-4.5.4.jar;D:\codeSup\repository\org\apache\commons\commons-pool2\2.4.2\commons-pool2-2.4.2.jar;D:\codeSup\repository\org\springframework\data\spring-data-redis\1.7.10.RELEASE\spring-data-redis-1.7.10.RELEASE.jar;D:\codeSup\repository\org\springframework\data\spring-data-keyvalue\1.1.10.RELEASE\spring-data-keyvalue-1.1.10.RELEASE.jar;D:\codeSup\repository\org\springframework\spring-oxm\4.2.9.RELEASE\spring-oxm-4.2.9.RELEASE.jar;D:\codeSup\repository\org\springframework\session\spring-session\1.3.2.RELEASE\spring-session-1.3.2.RELEASE.jar;D:\codeSup\repository\org\webcastellum\webcastellum\1.8.3\webcastellum-1.8.3.jar;D:\codeSup\repository\javax\mail\mailapi\1.4.3\mailapi-1.4.3.jar;D:\codeSup\repository\javax\activation\activation\1.1\activation-1.1.jar;D:\codeSup\repository\com\esotericsoftware\kryo-shaded\4.0.0\kryo-shaded-4.0.0.jar;D:\codeSup\repository\com\esotericsoftware\minlog\1.3.0\minlog-1.3.0.jar;D:\codeSup\repository\org\objenesis\objenesis\2.2\objenesis-2.2.jar;D:\codeSup\repository\org\javolution\javolution-core-java\6.0.0\javolution-core-java-6.0.0.jar;D:\codeSup\repository\org\osgi\org.osgi.core\4.3.1\org.osgi.core-4.3.1.jar;D:\codeSup\repository\org\osgi\org.osgi.compendium\4.3.1\org.osgi.compendium-4.3.1.jar;D:\codeSup\repository\com\corundumstudio\socketio\netty-socketio\1.7.13\netty-socketio-1.7.13.jar;D:\codeSup\repository\com\fasterxml\jackson\core\jackson-core\2.9.4\jackson-core-2.9.4.jar;D:\codeSup\repository\com\fasterxml\jackson\core\jackson-databind\2.9.4\jackson-databind-2.9.4.jar;D:\codeSup\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;D:\codeSup\repository\io\netty\netty-all\4.1.16.Final\netty-all-4.1.16.Final.jar;D:\codeSup\repository\eu\infomas\annotation-detector\3.0.5\annotation-detector-3.0.5.jar;D:\codeSup\repository\redis\clients\jedis\2.9.0\jedis-2.9.0.jar;D:\codeSup\repository\org\redisson\redisson\3.6.0\redisson-3.6.0.jar;D:\codeSup\repository\io\netty\netty-common\4.1.20.Final\netty-common-4.1.20.Final.jar;D:\codeSup\repository\io\netty\netty-codec\4.1.20.Final\netty-codec-4.1.20.Final.jar;D:\codeSup\repository\io\netty\netty-buffer\4.1.20.Final\netty-buffer-4.1.20.Final.jar;D:\codeSup\repository\io\netty\netty-transport\4.1.20.Final\netty-transport-4.1.20.Final.jar;D:\codeSup\repository\io\netty\netty-resolver\4.1.20.Final\netty-resolver-4.1.20.Final.jar;D:\codeSup\repository\io\netty\netty-resolver-dns\4.1.20.Final\netty-resolver-dns-4.1.20.Final.jar;D:\codeSup\repository\io\netty\netty-codec-dns\4.1.20.Final\netty-codec-dns-4.1.20.Final.jar;D:\codeSup\repository\io\netty\netty-handler\4.1.20.Final\netty-handler-4.1.20.Final.jar;D:\codeSup\repository\javax\cache\cache-api\1.0.0\cache-api-1.0.0.jar;D:\codeSup\repository\io\projectreactor\reactor-core\3.1.1.RELEASE\reactor-core-3.1.1.RELEASE.jar;D:\codeSup\repository\org\reactivestreams\reactive-streams\1.0.1\reactive-streams-1.0.1.jar;D:\codeSup\repository\com\fasterxml\jackson\dataformat\jackson-dataformat-yaml\2.7.9\jackson-dataformat-yaml-2.7.9.jar;D:\codeSup\repository\org\yaml\snakeyaml\1.15\snakeyaml-1.15.jar;D:\codeSup\repository\net\bytebuddy\byte-buddy\1.6.14\byte-buddy-1.6.14.jar;D:\codeSup\repository\org\jodd\jodd-bean\3.7.1\jodd-bean-3.7.1.jar;D:\codeSup\repository\org\jodd\jodd-core\3.7.1\jodd-core-3.7.1.jar;D:\codeSup\repository\com\zdvictory\admin\1.1.6\admin-1.1.6.jar;D:\codeSup\repository\fakepath\jstl\1.2\jstl-1.2.jar;D:\codeSup\repository\org\jasig\cas\client\cas-client-core\3.4.1\cas-client-core-3.4.1.jar;D:\codeSup\repository\com\gdca\gdca\1.0.0\gdca-1.0.0.jar;D:\codeSup\repository\net\htmlparser\jericho\jericho-html\3.3\jericho-html-3.3.jar;D:\codeSup\repository\org\springframework\spring-test\4.0.9.RELEASE\spring-test-4.0.9.RELEASE.jar;D:\codeSup\repository\com\oracle\ojdbc6\11.2.0.3.0\ojdbc6-11.2.0.3.0.jar;D:\codeSup\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;D:\codeSup\repository\commons-httpclient\commons-httpclient\3.1\commons-httpclient-3.1.jar;D:\codeSup\repository\commons-logging\commons-logging\1.0.4\commons-logging-1.0.4.jar;D:\codeSup\repository\com\zdvictory\sms\1.1.6\sms-1.1.6.jar;D:\codeSup\repository\com\zdvictory\message\1.1.6\message-1.1.6.jar;D:\codeSup\repository\javax\javaee-api\7.0\javaee-api-7.0.jar;D:\codeSup\repository\com\sun\mail\javax.mail\1.5.0\javax.mail-1.5.0.jar;D:\codeSup\repository\net\sourceforge\jtds\jtds\1.3.1\jtds-1.3.1.jar;D:\codeSup\repository\org\apache\cxf\cxf-tools-common\3.0.2\cxf-tools-common-3.0.2.jar;D:\codeSup\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;D:\codeSup\repository\wsdl4j\wsdl4j\1.6.3\wsdl4j-1.6.3.jar;D:\codeSup\repository\com\sun\xml\bind\jaxb-xjc\2.2.10-b140310.1920\jaxb-xjc-2.2.10-b140310.1920.jar;D:\codeSup\repository\com\sun\xml\bind\jaxb-core\2.2.10-b140310.1920\jaxb-core-2.2.10-b140310.1920.jar;D:\codeSup\repository\com\sun\xml\bind\jaxb-impl\2.2.10-b140310.1920\jaxb-impl-2.2.10-b140310.1920.jar;D:\codeSup\repository\org\apache\cxf\cxf-tools-validator\3.0.2\cxf-tools-validator-3.0.2.jar;D:\codeSup\repository\org\apache\ws\xmlschema\xmlschema-core\2.1.0\xmlschema-core-2.1.0.jar;D:\codeSup\repository\org\apache\cxf\cxf-tools-wsdlto-core\3.0.2\cxf-tools-wsdlto-core-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-wsdl\3.0.2\cxf-rt-wsdl-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-tools-wsdlto-frontend-javascript\3.0.2\cxf-tools-wsdlto-frontend-javascript-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-tools-misctools\3.0.2\cxf-tools-misctools-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-tools-corba\3.0.2\cxf-tools-corba-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-tools-wsdlto-databinding-jaxb\3.0.2\cxf-tools-wsdlto-databinding-jaxb-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-tools-wsdlto-frontend-jaxws\3.0.2\cxf-tools-wsdlto-frontend-jaxws-3.0.2.jar;D:\codeSup\repository\xml-resolver\xml-resolver\1.2\xml-resolver-1.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-tools-wadlto-jaxrs\3.0.2\cxf-tools-wadlto-jaxrs-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-rs-service-description\3.0.2\cxf-rt-rs-service-description-3.0.2.jar;D:\codeSup\repository\org\apache\geronimo\specs\geronimo-jaxws_2.2_spec\1.2\geronimo-jaxws_2.2_spec-1.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-tools-java2ws\3.0.2\cxf-tools-java2ws-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\xjc-utils\cxf-xjc-runtime\3.0.2\cxf-xjc-runtime-3.0.2.jar;D:\codeSup\repository\javax\xml\bind\jaxb-api\2.2.9\jaxb-api-2.2.9.jar;D:\codeSup\repository\org\apache\cxf\xjcplugins\cxf-xjc-dv\3.0.2\cxf-xjc-dv-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\xjcplugins\cxf-xjc-ts\3.0.2\cxf-xjc-ts-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\xjcplugins\cxf-xjc-bug671\3.0.2\cxf-xjc-bug671-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\xjcplugins\cxf-xjc-boolean\3.0.2\cxf-xjc-boolean-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\xjcplugins\cxf-xjc-javadoc\3.0.2\cxf-xjc-javadoc-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-core\3.0.2\cxf-core-3.0.2.jar;D:\codeSup\repository\org\codehaus\woodstox\woodstox-core-asl\4.4.1\woodstox-core-asl-4.4.1.jar;D:\codeSup\repository\org\codehaus\woodstox\stax2-api\3.1.4\stax2-api-3.1.4.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-features-clustering\3.0.2\cxf-rt-features-clustering-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-management\3.0.2\cxf-rt-management-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-transports-local\3.0.2\cxf-rt-transports-local-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-transports-http\3.0.2\cxf-rt-transports-http-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-transports-udp\3.0.2\cxf-rt-transports-udp-3.0.2.jar;D:\codeSup\repository\org\apache\mina\mina-core\2.0.7\mina-core-2.0.7.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-transports-http-hc\3.0.2\cxf-rt-transports-http-hc-3.0.2.jar;D:\codeSup\repository\org\apache\httpcomponents\httpcore-nio\4.3.2\httpcore-nio-4.3.2.jar;D:\codeSup\repository\org\apache\httpcomponents\httpasyncclient\4.0.1\httpasyncclient-4.0.1.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-transports-http-jetty\3.0.2\cxf-rt-transports-http-jetty-3.0.2.jar;D:\codeSup\repository\org\eclipse\jetty\jetty-security\8.1.15.v20140411\jetty-security-8.1.15.v20140411.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-transports-http-netty-server\3.0.2\cxf-rt-transports-http-netty-server-3.0.2.jar;D:\codeSup\repository\io\netty\netty-codec-http\4.0.19.Final\netty-codec-http-4.0.19.Final.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-transports-http-netty-client\3.0.2\cxf-rt-transports-http-netty-client-3.0.2.jar;D:\codeSup\repository\org\slf4j\slf4j-jdk14\1.7.7\slf4j-jdk14-1.7.7.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-transports-jms\3.0.2\cxf-rt-transports-jms-3.0.2.jar;D:\codeSup\repository\org\apache\geronimo\specs\geronimo-jms_1.1_spec\1.1.1\geronimo-jms_1.1_spec-1.1.1.jar;D:\codeSup\repository\org\apache\geronimo\specs\geronimo-jta_1.1_spec\1.1.1\geronimo-jta_1.1_spec-1.1.1.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-bindings-soap\3.0.2\cxf-rt-bindings-soap-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-databinding-jaxb\3.0.2\cxf-rt-databinding-jaxb-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-bindings-corba\3.0.2\cxf-rt-bindings-corba-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-bindings-xml\3.0.2\cxf-rt-bindings-xml-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-bindings-object\3.0.2\cxf-rt-bindings-object-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-bindings-coloc\3.0.2\cxf-rt-bindings-coloc-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-databinding-aegis\3.0.2\cxf-rt-databinding-aegis-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-databinding-xmlbeans\3.0.2\cxf-rt-databinding-xmlbeans-3.0.2.jar;D:\codeSup\repository\org\apache\xmlbeans\xmlbeans\2.6.0\xmlbeans-2.6.0.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-ws-addr\3.0.2\cxf-rt-ws-addr-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-ws-rm\3.0.2\cxf-rt-ws-rm-3.0.2.jar;D:\codeSup\repository\org\apache\wss4j\wss4j-policy\2.0.2\wss4j-policy-2.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-ws-policy\3.0.2\cxf-rt-ws-policy-3.0.2.jar;D:\codeSup\repository\org\apache\neethi\neethi\3.0.3\neethi-3.0.3.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-ws-mex\3.0.2\cxf-rt-ws-mex-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-ws-security\3.0.2\cxf-rt-ws-security-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-security\3.0.2\cxf-rt-security-3.0.2.jar;D:\codeSup\repository\org\apache\wss4j\wss4j-ws-security-common\2.0.2\wss4j-ws-security-common-2.0.2.jar;D:\codeSup\repository\org\apache\santuario\xmlsec\2.0.2\xmlsec-2.0.2.jar;D:\codeSup\repository\org\opensaml\opensaml\2.6.1\opensaml-2.6.1.jar;D:\codeSup\repository\org\opensaml\openws\1.5.1\openws-1.5.1.jar;D:\codeSup\repository\org\opensaml\xmltooling\1.4.1\xmltooling-1.4.1.jar;D:\codeSup\repository\joda-time\joda-time\2.2\joda-time-2.2.jar;D:\codeSup\repository\org\jasypt\jasypt\1.9.2\jasypt-1.9.2.jar;D:\codeSup\repository\org\apache\geronimo\specs\geronimo-javamail_1.4_spec\1.7.1\geronimo-javamail_1.4_spec-1.7.1.jar;D:\codeSup\repository\org\apache\wss4j\wss4j-ws-security-dom\2.0.2\wss4j-ws-security-dom-2.0.2.jar;D:\codeSup\repository\org\apache\wss4j\wss4j-ws-security-stax\2.0.2\wss4j-ws-security-stax-2.0.2.jar;D:\codeSup\repository\org\apache\wss4j\wss4j-bindings\2.0.2\wss4j-bindings-2.0.2.jar;D:\codeSup\repository\org\apache\wss4j\wss4j-ws-security-policy-stax\2.0.2\wss4j-ws-security-policy-stax-2.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-frontend-jaxws\3.0.2\cxf-rt-frontend-jaxws-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-frontend-js\3.0.2\cxf-rt-frontend-js-3.0.2.jar;D:\codeSup\repository\rhino\js\1.7R2\js-1.7R2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-frontend-simple\3.0.2\cxf-rt-frontend-simple-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-frontend-jaxrs\3.0.2\cxf-rt-frontend-jaxrs-3.0.2.jar;D:\codeSup\repository\javax\ws\rs\javax.ws.rs-api\2.0.1\javax.ws.rs-api-2.0.1.jar;D:\codeSup\repository\javax\annotation\javax.annotation-api\1.2\javax.annotation-api-1.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-rs-extension-providers\3.0.2\cxf-rt-rs-extension-providers-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-rs-extension-search\3.0.2\cxf-rt-rs-extension-search-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-rs-security-cors\3.0.2\cxf-rt-rs-security-cors-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-rs-security-oauth\3.0.2\cxf-rt-rs-security-oauth-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-rs-client\3.0.2\cxf-rt-rs-client-3.0.2.jar;D:\codeSup\repository\net\oauth\core\oauth-provider\20100527\oauth-provider-20100527.jar;D:\codeSup\repository\net\oauth\core\oauth\20100527\oauth-20100527.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-rs-security-oauth2\3.0.2\cxf-rt-rs-security-oauth2-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-rs-security-xml\3.0.2\cxf-rt-rs-security-xml-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-rs-security-sso-saml\3.0.2\cxf-rt-rs-security-sso-saml-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\cxf-rt-javascript\3.0.2\cxf-rt-javascript-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\services\sts\cxf-services-sts-core\3.0.2\cxf-services-sts-core-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\services\wsn\cxf-services-wsn-api\3.0.2\cxf-services-wsn-api-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\services\wsn\cxf-services-wsn-core\3.0.2\cxf-services-wsn-core-3.0.2.jar;D:\codeSup\repository\org\apache\activemq\activemq-broker\5.9.1\activemq-broker-5.9.1.jar;D:\codeSup\repository\org\apache\activemq\activemq-client\5.9.1\activemq-client-5.9.1.jar;D:\codeSup\repository\org\fusesource\hawtbuf\hawtbuf\1.9\hawtbuf-1.9.jar;D:\codeSup\repository\org\apache\geronimo\specs\geronimo-j2ee-management_1.1_spec\1.0.1\geronimo-j2ee-management_1.1_spec-1.0.1.jar;D:\codeSup\repository\org\apache\activemq\activemq-openwire-legacy\5.9.1\activemq-openwire-legacy-5.9.1.jar;D:\codeSup\repository\org\apache\cxf\services\ws-discovery\cxf-services-ws-discovery-api\3.0.2\cxf-services-ws-discovery-api-3.0.2.jar;D:\codeSup\repository\org\apache\cxf\services\ws-discovery\cxf-services-ws-discovery-service\3.0.2\cxf-services-ws-discovery-service-3.0.2.jar;D:\codeSup\repository\org\codehaus\jettison\jettison\1.3.6\jettison-1.3.6.jar;D:\codeSup\repository\com\sun\xml\fastinfoset\FastInfoset\1.2.13\FastInfoset-1.2.13.jar;D:\Program Files\JetBrains\IntelliJ IDEA 2018.2.3\lib\idea_rt.jar" com.zdvictory.call.busy.callstat.action.TestAction
Connected to the target VM, address: '127.0.0.1:63889', transport: 'socket'
未评价
Disconnected from the target VM, address: '127.0.0.1:63889', transport: 'socket'

Process finished with exit code 0

猜你喜欢

转载自blog.csdn.net/Ming_key/article/details/86569387
今日推荐