中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

怎么處理后臺向前臺傳遞的json數據

發布時間:2021-02-01 13:48:13 來源:億速云 閱讀:161 作者:小新 欄目:編程語言

這篇文章主要介紹怎么處理后臺向前臺傳遞的json數據,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!

在pom文件中添加下面三種依賴jar包

<dependency>
   <groupId>com.fasterxml.jackson.core</groupId>
   <artifactId>jackson-annotations</artifactId>
   <version>2.9.8</version>
  </dependency>
  <dependency>
   <groupId>com.fasterxml.jackson.core</groupId>
   <artifactId>jackson-core</artifactId>
   <version>2.9.8</version>
  </dependency>
  <dependency>
   <groupId>com.fasterxml.jackson.core</groupId>
   <artifactId>jackson-databind</artifactId>
   <version>2.9.8</version>
  </dependency>

spring.xml中加入以下bean

<bean class="org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter">
    <property name="messageConverters">
      <list>
        <ref bean="mappingJacksonHttpMessageConverter" />
      </list>
    </property>
  </bean>
  <bean id="mappingJacksonHttpMessageConverter"
     class="org.springframework.http.converter.json.MappingJackson2HttpMessageConverter">
    <property name = "supportedMediaTypes">
      <list>
        <bean class="org.springframework.http.MediaType">
          <constructor-arg index="0" value="text"/>
          <constructor-arg index="1" value="plain"/>
          <constructor-arg index="2" value="UTF-8"/>
        </bean>
        <bean class="org.springframework.http.MediaType">
          <constructor-arg index="0" value="*"/>
          <constructor-arg index="1" value="*"/>
          <constructor-arg index="2" value="UTF-8"/>
        </bean>
        <bean class="org.springframework.http.MediaType">
          <constructor-arg index="0" value="text"/>
          <constructor-arg index="1" value="*"/>
          <constructor-arg index="2" value="UTF-8"/>
        </bean>
        <bean class="org.springframework.http.MediaType">
          <constructor-arg index="0" value="application"/>
          <constructor-arg index="1" value="json"/>
          <constructor-arg index="2" value="UTF-8"/>
        </bean>
      </list>
    </property>
  </bean>

以上是“怎么處理后臺向前臺傳遞的json數據”這篇文章的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

新和县| 阳信县| 太和县| 商南县| 通州市| 肇源县| 南汇区| 上饶市| 宝清县| 疏附县| 灌阳县| 鄂托克前旗| 海淀区| 无棣县| 黄龙县| 香河县| 石阡县| 双江| 囊谦县| 固镇县| 库尔勒市| 昆明市| 龙江县| 五莲县| 都昌县| 香格里拉县| 玛纳斯县| 天镇县| 英吉沙县| 澄江县| 思南县| 高要市| 齐河县| 宾阳县| 岳阳市| 虹口区| 乌鲁木齐县| 弥勒县| 昌乐县| 永嘉县| 南华县|