zoukankan      html  css  js  c++  java
  • WebService之SSM入门

     1、maven配置

    <!--cxf-->

    <!-- https://mvnrepository.com/artifact/org.apache.cxf/cxf-rt-frontend-jaxws -->

    <dependency>

    <groupId>org.apache.cxf</groupId>

    <artifactId>cxf-rt-frontend-jaxws</artifactId>

    <version>3.1.6</version>

    </dependency>

    <!-- https://mvnrepository.com/artifact/org.apache.cxf/cxf-core -->

    <dependency>

    <groupId>org.apache.cxf</groupId>

    <artifactId>cxf-core</artifactId>

    <version>3.1.6</version>

    </dependency>

    <!-- https://mvnrepository.com/artifact/org.apache.cxf/cxf-rt-transports-http -->

    <dependency>

    <groupId>org.apache.cxf</groupId>

    <artifactId>cxf-rt-transports-http</artifactId>

    <version>3.1.6</version>

    </dependency>

    梦想这东西和经典一样,永远不会随时间而褪色,反而更加珍贵!
  • 相关阅读:
    [POI2000]病毒
    枪战(maf)
    禅与园林艺术(garden)
    The Cave
    集合选数
    BZOJ3990 排序(sort)
    区间(interval)
    太空飞船(spaceship)
    数表( table )
    Printed Circuit Board (board)
  • 原文地址:https://www.cnblogs.com/haoxiu1004/p/7569341.html
Copyright © 2011-2022 走看看