在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → MuleESB集成webservice+restful(sprintboot+mybatis+mysql)+activeMQ+j...

MuleESB集成webservice+restful(sprintboot+mybatis+mysql)+activeMQ+j...

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:32.23M
  • 下载次数:7
  • 浏览次数:91
  • 发布时间:2021-11-05
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
MuleESB集成webservice+restful(sprintboot+mybatis+mysql)+activeMQ+javamail,五天的研究成果,集成了我所关注的点,希望有更多的朋友一起学习进步。
【实例截图】
【核心代码】
0e7f3bfb6ab0bc08dd48d102937d5e03.rar
└── mule+ws+spbt+amq
├── apache-activemq-5.5.1
│   ├── activemq-all-5.5.1.jar
│   ├── bin
│   │   ├── activemq
│   │   ├── activemq-admin
│   │   ├── activemq-admin.bat
│   │   ├── activemq.bat
│   │   ├── run.jar
│   │   ├── win32
│   │   │   ├── activemq.bat
│   │   │   ├── InstallService.bat
│   │   │   ├── UninstallService.bat
│   │   │   ├── wrapper.conf
│   │   │   ├── wrapper.dll
│   │   │   └── wrapper.exe
│   │   └── wrapper.jar
│   ├── conf
│   │   ├── activemq-command.xml
│   │   ├── activemq-demo.xml
│   │   ├── activemq-dynamic-network-broker1.xml
│   │   ├── activemq-dynamic-network-broker2.xml
│   │   ├── activemq-jdbc.xml
│   │   ├── activemq-scalability.xml
│   │   ├── activemq-security.xml
│   │   ├── activemq-specjms.xml
│   │   ├── activemq-static-network-broker1.xml
│   │   ├── activemq-static-network-broker2.xml
│   │   ├── activemq-stomp.xml
│   │   ├── activemq-throughput.xml
│   │   ├── activemq.xml
│   │   ├── broker.ks
│   │   ├── broker-localhost.cert
│   │   ├── broker.ts
│   │   ├── camel.xml
│   │   ├── client.ks
│   │   ├── client.ts
│   │   ├── credentials-enc.properties
│   │   ├── credentials.properties
│   │   ├── jetty-realm.properties
│   │   ├── jetty.xml
│   │   ├── jmx.access
│   │   ├── jmx.password
│   │   ├── log4j.properties
│   │   └── logging.properties
│   ├── data
│   │   ├── activemq.log
│   │   ├── audit.log
│   │   └── kahadb
│   │   ├── db-3.log
│   │   ├── db.data
│   │   ├── db.redo
│   │   └── lock
│   ├── docs
│   │   └── index.html
│   ├── example
│   │   ├── build.xml
│   │   ├── conf
│   │   │   ├── activemq.xml
│   │   │   ├── log4j.properties
│   │   │   ├── resin-web.xml
│   │   │   └── web.xml
│   │   ├── perfharness
│   │   │   └── perfharness-activemq.sh
│   │   ├── ruby
│   │   │   ├── catstomp.rb
│   │   │   ├── listener.rb
│   │   │   ├── publisher.rb
│   │   │   ├── README.txt
│   │   │   └── stompcat.rb
│   │   ├── src
│   │   │   ├── CommandLineSupport.java
│   │   │   ├── ConsumerTool.java
│   │   │   ├── EmbeddedBroker.java
│   │   │   ├── jndi.properties
│   │   │   ├── Log4jJMSAppenderExample.java
│   │   │   ├── log4j-jms.properties
│   │   │   ├── ProducerAndConsumerTool.java
│   │   │   ├── ProducerTool.java
│   │   │   ├── RequesterTool.java
│   │   │   ├── StompExample.java
│   │   │   ├── TopicListener.java
│   │   │   └── TopicPublisher.java
│   │   └── transactions
│   │   ├── build.xml
│   │   ├── README.txt
│   │   └── src
│   │   ├── Retailer.java
│   │   ├── Supplier.java
│   │   ├── TransactionsDemo.java
│   │   └── Vendor.java
│   ├── lib
│   │   ├── activation-1.1.jar
│   │   ├── activemq-camel-5.5.1.jar
│   │   ├── activemq-console-5.5.1.jar
│   │   ├── activemq-core-5.5.1.jar
│   │   ├── activemq-jaas-5.5.1.jar
│   │   ├── activemq-protobuf-1.1.jar
│   │   ├── activemq-rar.txt
│   │   ├── activemq-web-5.5.1.jar
│   │   ├── camel-core-2.7.0.jar
│   │   ├── camel-jetty-2.7.0.jar
│   │   ├── camel-jms-2.7.0.jar
│   │   ├── camel-spring-2.7.0.jar
│   │   ├── geronimo-j2ee-management_1.1_spec-1.0.1.jar
│   │   ├── geronimo-jms_1.1_spec-1.1.1.jar
│   │   ├── geronimo-jta_1.0.1B_spec-1.0.1.jar
│   │   ├── jaxb-api-2.1.jar
│   │   ├── jaxb-impl-2.1.6.jar
│   │   ├── jcl-over-slf4j-1.5.11.jar
│   │   ├── kahadb-5.5.1.jar
│   │   ├── optional
│   │   │   ├── activeio-core-3.1.2.jar
│   │   │   ├── activemq-jmdns_1.0-5.5.1.jar
│   │   │   ├── activemq-optional-5.5.1.jar
│   │   │   ├── activemq-pool-5.5.1.jar
│   │   │   ├── activemq-spring-5.5.1.jar
│   │   │   ├── activemq-xmpp-5.5.1.jar
│   │   │   ├── commons-beanutils-1.6.1.jar
│   │   │   ├── commons-codec-1.2.jar
│   │   │   ├── commons-collections-3.2.1.jar
│   │   │   ├── commons-dbcp-1.2.2.jar
│   │   │   ├── commons-httpclient-3.1.jar
│   │   │   ├── commons-lang-2.4.jar
│   │   │   ├── commons-net-2.0.jar
│   │   │   ├── commons-pool-1.5.4.jar
│   │   │   ├── geronimo-j2ee-connector_1.5_spec-2.0.0.jar
│   │   │   ├── jasypt-1.7.jar
│   │   │   ├── jettison-1.2.jar
│   │   │   ├── josql-1.5.jar
│   │   │   ├── log4j-1.2.14.jar
│   │   │   ├── slf4j-log4j12-1.5.11.jar
│   │   │   ├── spring-aop-3.0.3.RELEASE.jar
│   │   │   ├── spring-asm-3.0.3.RELEASE.jar
│   │   │   ├── spring-beans-3.0.3.RELEASE.jar
│   │   │   ├── spring-context-3.0.3.RELEASE.jar
│   │   │   ├── spring-core-3.0.3.RELEASE.jar
│   │   │   ├── spring-expression-3.0.3.RELEASE.jar
│   │   │   ├── spring-jms-3.0.3.RELEASE.jar
│   │   │   ├── spring-oxm-tiger-1.5.8.jar
│   │   │   ├── spring-tx-3.0.3.RELEASE.jar
│   │   │   ├── stax2-api-3.0.1.jar
│   │   │   ├── velocity-1.6.2.jar
│   │   │   ├── woodstox-core-asl-4.0.7.jar
│   │   │   ├── xbean-spring-3.7.jar
│   │   │   ├── xpp3-1.1.4c.jar
│   │   │   └── xstream-1.3.1.jar
│   │   ├── slf4j-api-1.5.11.jar
│   │   ├── stax-1.2.0.jar
│   │   ├── stax-api-1.0.1.jar
│   │   └── web
│   │   ├── commons-management-1.0.jar
│   │   ├── core-3.1.1.jar
│   │   ├── geronimo-servlet_2.5_spec-1.2.jar
│   │   ├── jdom-1.0.jar
│   │   ├── jetty-all-server-7.1.6.v20100715.jar
│   │   ├── jetty-websocket-7.1.6.v20100715.jar
│   │   ├── jsp-2.1-glassfish-2.1.v20100127.jar
│   │   ├── jsp-api-2.1-glassfish-2.1.v20100127.jar
│   │   ├── rome-0.8.jar
│   │   ├── sitemesh-2.2.1.jar
│   │   ├── spring-web-3.0.3.RELEASE.jar
│   │   └── spring-webmvc-3.0.3.RELEASE.jar
│   ├── LICENSE
│   ├── NOTICE
│   ├── README.txt
│   ├── user-guide.html
│   ├── webapps
│   │   ├── admin
│   │   │   ├── 404.html
│   │   │   ├── 500.html
│   │   │   ├── browse.jsp
│   │   │   ├── connection.jsp
│   │   │   ├── connections.jsp
│   │   │   ├── decorators
│   │   │   │   ├── main.jsp
│   │   │   │   ├── panel.jsp
│   │   │   │   └── printable.jsp
│   │   │   ├── graph.jsp
│   │   │   ├── images
│   │   │   │   ├── activemq-logo.png
│   │   │   │   ├── asf-logo.png
│   │   │   │   ├── big-bullet.png
│   │   │   │   ├── black-footer-bottom.png
│   │   │   │   ├── black-footer-left.png
│   │   │   │   ├── black-footer-right.png
│   │   │   │   ├── bottom-red-bar.png
│   │   │   │   ├── checker-bg.png
│   │   │   │   ├── content-left.png
│   │   │   │   ├── content-right.png
│   │   │   │   ├── feed_atom.png
│   │   │   │   ├── feed_rss.png
│   │   │   │   ├── left-box-bottom.png
│   │   │   │   ├── left-box-right.png
│   │   │   │   ├── left-box-top.png
│   │   │   │   ├── oval-arrow.png
│   │   │   │   ├── right-box-bottom.png
│   │   │   │   ├── right-box-left.png
│   │   │   │   ├── right-box-top.png
│   │   │   │   ├── small-bullet-gray.png
│   │   │   │   ├── small-bullet-red.png
│   │   │   │   ├── spacer.gif
│   │   │   │   ├── top-red-bar.png
│   │   │   │   ├── white-header-left.png
│   │   │   │   ├── white-header-right.png
│   │   │   │   └── white-header-top.png
│   │   │   ├── index.jsp
│   │   │   ├── js
│   │   │   │   ├── common.js
│   │   │   │   ├── css.js
│   │   │   │   ├── mochi
│   │   │   │   │   ├── MochiKit.js
│   │   │   │   │   └── __package__.js
│   │   │   │   ├── plotkit
│   │   │   │   │   ├── Base.js
│   │   │   │   │   ├── Canvas.js
│   │   │   │   │   ├── dummy.svg
│   │   │   │   │   ├── iecanvas.htc
│   │   │   │   │   ├── Layout.js
│   │   │   │   │   ├── SVG.js
│   │   │   │   │   ├── SweetCanvas.js
│   │   │   │   │   └── SweetSVG.js
│   │   │   │   ├── prettify.js
│   │   │   │   └── standardista-table-sorting.js
│   │   │   ├── message.jsp
│   │   │   ├── META-INF
│   │   │   │   ├── LICENSE
│   │   │   │   └── NOTICE
│   │   │   ├── network.jsp
│   │   │   ├── queueConsumers.jsp
│   │   │   ├── queueGraph.jsp
│   │   │   ├── queues.jsp
│   │   │   ├── scheduled.jsp
│   │   │   ├── send.jsp
│   │   │   ├── styles
│   │   │   │   ├── prettify.css
│   │   │   │   ├── site.css
│   │   │   │   ├── sorttable.css
│   │   │   │   └── type-settings.css
│   │   │   ├── subscribers.jsp
│   │   │   ├── test
│   │   │   │   ├── dummy.jsp
│   │   │   │   ├── index.jsp
│   │   │   │   └── systemProperties.jsp
│   │   │   ├── topics.jsp
│   │   │   ├── WEB-INF
│   │   │   │   ├── classes
│   │   │   │   │   └── org
│   │   │   │   │   └── apache
│   │   │   │   │   └── activemq
│   │   │   │   │   └── web
│   │   │   │   │   ├── controller
│   │   │   │   │   │   ├── CopyMessage.class
│   │   │   │   │   │   ├── CreateDestination.class
│   │   │   │   │   │   ├── CreateSubscriber.class
│   │   │   │   │   │   ├── DeleteDestination.class
│   │   │   │   │   │   ├── DeleteJob.class
│   │   │   │   │   │   ├── DeleteMessage.class
│   │   │   │   │   │   ├── DeleteSubscriber.class
│   │   │   │   │   │   ├── MoveMessage.class
│   │   │   │   │   │   ├── PurgeDestination.class
│   │   │   │   │   │   └── SendMessage.class
│   │   │   │   │   ├── filter
│   │   │   │   │   │   ├── ApplicationContextFilter$1.class
│   │   │   │   │   │   ├── ApplicationContextFilter$2.class
│   │   │   │   │   │   └── ApplicationContextFilter.class
│   │   │   │   │   ├── handler
│   │   │   │   │   │   └── BindingBeanNameUrlHandlerMapping.class
│   │   │   │   │   └── WebConsoleStarter.class
│   │   │   │   ├── decorators.xml
│   │   │   │   ├── dispatcher-servlet.xml
│   │   │   │   ├── jsp
│   │   │   │   ├── jspf
│   │   │   │   │   ├── headertags.jspf
│   │   │   │   │   └── old.jspf
│   │   │   │   ├── tags
│   │   │   │   │   ├── form
│   │   │   │   │   │   ├── checkbox.tag
│   │   │   │   │   │   ├── forEachMapEntry.tag
│   │   │   │   │   │   ├── option.tag
│   │   │   │   │   │   ├── short.tag
│   │   │   │   │   │   ├── text.tag
│   │   │   │   │   │   ├── tooltip.tag
│   │   │   │   │   │   └── uri.tag
│   │   │   │   │   └── jms
│   │   │   │   │   ├── forEachConnection.tag
│   │   │   │   │   ├── forEachMessage.tag
│   │   │   │   │   ├── formatTimestamp.tag
│   │   │   │   │   └── persistent.tag
│   │   │   │   ├── webconsole-default.xml
│   │   │   │   ├── webconsole-embedded.xml
│   │   │   │   ├── webconsole-invm.xml
│   │   │   │   ├── webconsole-jndi.xml
│   │   │   │   ├── webconsole-properties.xml
│   │   │   │   ├── webconsole-query.xml
│   │   │   │   └── web.xml
│   │   │   └── xml
│   │   │   ├── queues.jsp
│   │   │   └── topics.jsp
│   │   ├── demo
│   │   │   ├── chat.css
│   │   │   ├── chat.html
│   │   │   ├── index.html
│   │   │   ├── js
│   │   │   │   ├── amq_dojo_adapter.js
│   │   │   │   ├── amq_jquery_adapter.js
│   │   │   │   ├── amq.js
│   │   │   │   ├── amq_prototype_adapter.js
│   │   │   │   ├── chat.js
│   │   │   │   ├── dojo.js
│   │   │   │   ├── jquery-1.4.2.min.js
│   │   │   │   └── prototype.js
│   │   │   ├── META-INF
│   │   │   │   ├── LICENSE
│   │   │   │   └── NOTICE
│   │   │   ├── portfolio
│   │   │   │   ├── portfolio.html
│   │   │   │   └── portfolio.js
│   │   │   ├── sandbox
│   │   │   │   ├── index.html
│   │   │   │   ├── portfolio.html
│   │   │   │   ├── portfolio.js
│   │   │   │   ├── util.js
│   │   │   │   └── webmq.js
│   │   │   ├── send.html
│   │   │   ├── style.css
│   │   │   ├── test
│   │   │   │   ├── amq_test.html
│   │   │   │   └── assets
│   │   │   │   ├── jsunittest.js
│   │   │   │   ├── README
│   │   │   │   └── unittest.css
│   │   │   └── WEB-INF
│   │   │   └── web.xml
│   │   ├── favicon.ico
│   │   ├── fileserver
│   │   │   ├── index.html
│   │   │   ├── META-INF
│   │   │   │   ├── LICENSE
│   │   │   │   └── NOTICE
│   │   │   └── WEB-INF
│   │   │   ├── classes
│   │   │   │   └── org
│   │   │   │   └── apache
│   │   │   │   └── activemq
│   │   │   │   └── util
│   │   │   │   ├── FilenameGuardFilter$GuardedHttpServletRequest.class
│   │   │   │   ├── FilenameGuardFilter.class
│   │   │   │   ├── IOHelper.class
│   │   │   │   └── RestFilter.class
│   │   │   └── web.xml
│   │   ├── index.html
│   │   └── styles
│   │   ├── site.css
│   │   └── type-settings.css
│   └── WebConsole-README.txt
├── testMq
│   ├── bin
│   │   └── com
│   │   └── mq
│   │   └── controller
│   │   ├── MsgController$1.class
│   │   ├── MsgController.class
│   │   └── TestMqStart.class
│   └── src
│   └── com
│   └── mq
│   └── controller
│   ├── MsgController.java
│   └── TestMqStart.java
├── testSpringboot
│   ├── logContentFile.log
│   ├── pom.xml
│   ├── src
│   │   ├── main
│   │   │   ├── java
│   │   │   │   └── cn
│   │   │   │   └── no7player
│   │   │   │   ├── Application.java
│   │   │   │   ├── config
│   │   │   │   │   └── SwaggerConfig.java
│   │   │   │   ├── controller
│   │   │   │   │   ├── HelloController.java
│   │   │   │   │   ├── SwaggerController.java
│   │   │   │   │   └── UserController.java
│   │   │   │   ├── mapper
│   │   │   │   │   └── UserMapper.java
│   │   │   │   ├── model
│   │   │   │   │   └── User.java
│   │   │   │   └── service
│   │   │   │   └── UserService.java
│   │   │   └── resources
│   │   │   ├── application.properties
│   │   │   ├── log4j.properties
│   │   │   ├── mybatis
│   │   │   │   └── UserMapper.xml
│   │   │   ├── person.sql
│   │   │   ├── static
│   │   │   │   └── swagger
│   │   │   │   ├── css
│   │   │   │   │   ├── print.css
│   │   │   │   │   ├── reset.css
│   │   │   │   │   ├── screen.css
│   │   │   │   │   ├── style.css
│   │   │   │   │   └── typography.css
│   │   │   │   ├── fonts
│   │   │   │   │   ├── droid-sans-v6-latin-700.eot
│   │   │   │   │   ├── droid-sans-v6-latin-700.svg
│   │   │   │   │   ├── droid-sans-v6-latin-700.ttf
│   │   │   │   │   ├── droid-sans-v6-latin-700.woff
│   │   │   │   │   ├── droid-sans-v6-latin-700.woff2
│   │   │   │   │   ├── droid-sans-v6-latin-regular.eot
│   │   │   │   │   ├── droid-sans-v6-latin-regular.svg
│   │   │   │   │   ├── droid-sans-v6-latin-regular.ttf
│   │   │   │   │   ├── droid-sans-v6-latin-regular.woff
│   │   │   │   │   └── droid-sans-v6-latin-regular.woff2
│   │   │   │   ├── images
│   │   │   │   │   ├── explorer_icons.png
│   │   │   │   │   ├── favicon-16x16.png
│   │   │   │   │   ├── favicon-32x32.png
│   │   │   │   │   ├── favicon.ico
│   │   │   │   │   ├── logo_small.png
│   │   │   │   │   ├── pet_store_api.png
│   │   │   │   │   ├── throbber.gif
│   │   │   │   │   └── wordnik_api.png
│   │   │   │   ├── index.html
│   │   │   │   ├── lang
│   │   │   │   │   ├── en.js
│   │   │   │   │   ├── es.js
│   │   │   │   │   ├── pt.js
│   │   │   │   │   ├── ru.js
│   │   │   │   │   └── translator.js
│   │   │   │   ├── lib
│   │   │   │   │   ├── backbone-min.js
│   │   │   │   │   ├── handlebars-2.0.0.js
│   │   │   │   │   ├── highlight.7.3.pack.js
│   │   │   │   │   ├── jquery-1.8.0.min.js
│   │   │   │   │   ├── jquery.ba-bbq.min.js
│   │   │   │   │   ├── jquery.slideto.min.js
│   │   │   │   │   ├── jquery.wiggle.min.js
│   │   │   │   │   ├── marked.js
│   │   │   │   │   ├── swagger-oauth.js
│   │   │   │   │   ├── underscore-min.js
│   │   │   │   │   └── underscore-min.map
│   │   │   │   ├── o2c.html
│   │   │   │   ├── swagger-ui.js
│   │   │   │   └── swagger-ui.min.js
│   │   │   └── templates
│   │   │   └── hello.html
│   │   └── test
│   └── target
│   ├── classes
│   │   ├── application.properties
│   │   ├── cn
│   │   │   └── no7player
│   │   │   ├── Application.class
│   │   │   ├── config
│   │   │   │   └── SwaggerConfig.class
│   │   │   ├── controller
│   │   │   │   ├── HelloController.class
│   │   │   │   ├── SwaggerController.class
│   │   │   │   └── UserController.class
│   │   │   ├── mapper
│   │   │   │   └── UserMapper.class
│   │   │   ├── model
│   │   │   │   └── User.class
│   │   │   └── service
│   │   │   └── UserService.class
│   │   ├── log4j.properties
│   │   ├── META-INF
│   │   │   ├── MANIFEST.MF
│   │   │   └── maven
│   │   │   └── com.hc.demo
│   │   │   └── testSpringboot
│   │   │   ├── pom.properties
│   │   │   └── pom.xml
│   │   ├── mybatis
│   │   │   └── UserMapper.xml
│   │   ├── static
│   │   │   └── swagger
│   │   │   ├── css
│   │   │   │   ├── print.css
│   │   │   │   ├── reset.css
│   │   │   │   ├── screen.css
│   │   │   │   ├── style.css
│   │   │   │   └── typography.css
│   │   │   ├── fonts
│   │   │   │   ├── droid-sans-v6-latin-700.eot
│   │   │   │   ├── droid-sans-v6-latin-700.svg
│   │   │   │   ├── droid-sans-v6-latin-700.ttf
│   │   │   │   ├── droid-sans-v6-latin-700.woff
│   │   │   │   ├── droid-sans-v6-latin-700.woff2
│   │   │   │   ├── droid-sans-v6-latin-regular.eot
│   │   │   │   ├── droid-sans-v6-latin-regular.svg
│   │   │   │   ├── droid-sans-v6-latin-regular.ttf
│   │   │   │   ├── droid-sans-v6-latin-regular.woff
│   │   │   │   └── droid-sans-v6-latin-regular.woff2
│   │   │   ├── images
│   │   │   │   ├── explorer_icons.png
│   │   │   │   ├── favicon-16x16.png
│   │   │   │   ├── favicon-32x32.png
│   │   │   │   ├── favicon.ico
│   │   │   │   ├── logo_small.png
│   │   │   │   ├── pet_store_api.png
│   │   │   │   ├── throbber.gif
│   │   │   │   └── wordnik_api.png
│   │   │   ├── index.html
│   │   │   ├── lang
│   │   │   │   ├── en.js
│   │   │   │   ├── es.js
│   │   │   │   ├── pt.js
│   │   │   │   ├── ru.js
│   │   │   │   └── translator.js
│   │   │   ├── lib
│   │   │   │   ├── backbone-min.js
│   │   │   │   ├── handlebars-2.0.0.js
│   │   │   │   ├── highlight.7.3.pack.js
│   │   │   │   ├── jquery-1.8.0.min.js
│   │   │   │   ├── jquery.ba-bbq.min.js
│   │   │   │   ├── jquery.slideto.min.js
│   │   │   │   ├── jquery.wiggle.min.js
│   │   │   │   ├── marked.js
│   │   │   │   ├── swagger-oauth.js
│   │   │   │   ├── underscore-min.js
│   │   │   │   └── underscore-min.map
│   │   │   ├── o2c.html
│   │   │   ├── swagger-ui.js
│   │   │   └── swagger-ui.min.js
│   │   └── templates
│   │   └── hello.html
│   └── test-classes
│   └── com
│   └── hc
│   └── demo
│   └── testSpringboot
└── webservicedemo
├── mappings
│   ├── pojo_to_xml_pushdata_.grf
│   └── xml_pushdataresponse__to_json.grf
├── mule-project.xml
├── src
│   ├── main
│   │   ├── api
│   │   ├── app
│   │   │   ├── lib
│   │   │   │   ├── activemq-all-5.5.1.jar
│   │   │   │   └── mysql-connector-java-3.1.12-bin.jar
│   │   │   ├── mule-app.properties
│   │   │   ├── mule-deploy.properties
│   │   │   └── webservicedemo.xml
│   │   ├── java
│   │   │   └── com
│   │   │   └── webservice
│   │   │   ├── PersonInfo.java
│   │   │   └── PersonTrans.java
│   │   └── resources
│   └── test
│   ├── java
│   └── resources
└── target
├── classes
│   ├── com
│   │   └── webservice
│   │   ├── PersonInfo.class
│   │   └── PersonTrans.class
│   ├── lib
│   │   ├── activemq-all-5.5.1.jar
│   │   └── mysql-connector-java-3.1.12-bin.jar
│   ├── mule-app.properties
│   ├── mule-deploy.properties
│   ├── pojo_to_xml_pushdata_.grf
│   ├── webservicedemo.xml
│   └── xml_pushdataresponse__to_json.grf
└── test-classes

138 directories, 436 files

标签:

实例下载地址

MuleESB集成webservice+restful(sprintboot+mybatis+mysql)+activeMQ+j...

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警