<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                合規國際互聯網加速 OSASE為企業客戶提供高速穩定SD-WAN國際加速解決方案。 廣告
                # Spring MVC 教程 > 原文: [https://howtodoinjava.com/spring-mvc-tutorial/](https://howtodoinjava.com/spring-mvc-tutorial/) 給定的 Spring MVC 教程和示例應用程序將幫助您構建健壯的 Web 應用程序并解決開發中遇到的問題。 ![Spring tutorials](https://img.kancloud.cn/ff/e5/ffe53aba03373b2a945a157e975b75bf_258x151.jpg) ## Hello World 的例子 * [Spring MVC Hello World 示例](https://howtodoinjava.com/spring/spring-mvc/spring-mvc-hello-world-example/) 編寫 Spring 4 MVC 應用程序,了解后端發生了什么。 * [`@RequestMapping`注解示例](https://howtodoinjava.com/spring/spring-mvc/spring-mvc-requestmapping-annotation-examples/) 使用`@RequestMapping`注解編寫 MVC 應用程序。 * [帶有 Maven 和 JSTL 的 **Spring 3 mvc hello world 應用](https://howtodoinjava.com/jstl/spring-3-mvc-hello-world-application-with-maven-and-jstl/) 學習使用 maven 創建 Spring 3.x MVC 應用程序進行依賴管理。 ## 表單處理示例 * [顯示,驗證和提交表單的示例](https://howtodoinjava.com/spring/spring-mvc/spring-mvc-display-validate-and-submit-form-example/) 編寫基于 HTML 表單的 spring mvc 應用程序及其端到端流程的完整示例。 * [`ResourceBundleViewResolver`配置示例](https://howtodoinjava.com/spring/spring-mvc/spring-mvc-resourcebundleviewresolver-configuration-example/) 在 spring mvc 應用程序中編寫`ResourceBundleViewResolver`的示例。 * [`InternalResourceViewResolver`配置示例](https://howtodoinjava.com/spring/spring-mvc/spring-mvc-internalresourceviewresolver-configuration-example/) 在 spring mvc 應用程序中編寫`InternalResourceViewResolver`的示例。 * [國際化 (i18n) 和本地化 (i10n) 示例](https://howtodoinjava.com/spring/spring-mvc/spring-mvc-internationalization-i18n-and-localization-i10n-example/) 在 Spring MVC 應用程序中處理國際化和本地化功能。 * [`MessageSourceAware` Java Bean 示例](https://howtodoinjava.com/spring/spring-mvc/spring-messagesourceaware-java-bean-example/) 編寫消息源感知 bean 的 Spring MVC 示例。 * [`HandlerInterceptor`示例](https://howtodoinjava.com/spring/spring-mvc/spring-intercepting-requests-using-handlerinterceptor-with-example/) 使用`HandlerInterceptor`編寫 spring MVC 攔截器。 * [`SimpleMappingExceptionResolver`示例](https://howtodoinjava.com/spring/spring-mvc/spring-mvc-simplemappingexceptionresolver-example/) 使用`SimpleMappingExceptionResolver`編寫異常處理邏輯。 * [`<context:annotation-config>` vs `<context:component-scan>`](https://howtodoinjava.com/spring/spring-mvc/spring-mvc-difference-between-contextannotation-config-vs-contextcomponent-scan/) 了解`<context:annotation-config>`與`<context:component-scan>`之間的區別。 ## 驗證示例 * [彈出和驗證下拉菜單的示例](https://howtodoinjava.com/spring/spring-mvc/spring-mvc-populate-and-validate-dropdown-example/) 編寫示例以填充和驗證 Spring MVC 應用程序中的選擇框字段。 * [Bean 驗證 – JSR-303 注解](https://howtodoinjava.com/spring/spring-mvc/spring-bean-validation-example-with-jsr-303-annotations/) 使用`JSR-303`注解編寫驗證。 * [自定義驗證示例](https://howtodoinjava.com/spring/spring-mvc/spring-mvc-custom-validator-example/) 在 Spring MVC 應用程序中編寫自定義驗證邏輯。 ## 文件上傳/下載示例 * [Spring MVC 多文件上傳示例](https://howtodoinjava.com/spring/spring-mvc/spring-mvc-multi-file-upload-example/) 使用 spring MVC 編寫多個文件上傳控制器的示例。 * [帶有進度條的 Spring MVC 多文件上傳](https://howtodoinjava.com/spring/spring-mvc/spring-mvc-multi-file-upload-with-progress-bar/) 使用 spring MVC 在 UI 上編寫帶有進度條的多個文件上傳控制器的示例。 * [Spring MVC 文件下載控制器示例](https://howtodoinjava.com/spring/spring-mvc/spring-mvc-download-file-controller-example/) 使用 spring MVC 編寫文件下載控制器的示例。 ## Spring MVC 面試問題 * [Spring MVC 面試問題和答案](https://howtodoinjava.com/spring/spring-mvc/spring-mvc-interview-questions-with-answers/) Spring MVC 面試最常見的 20 個問題。 ## 常見錯誤 * [`java.lang.NoClassDefFoundError`:無法初始化類`org.hibernate.validator.engine.ConfigurationImpl`](https://howtodoinjava.com/spring/spring-mvc/solved-java-lang-noclassdeffounderror-could-not-initialize-class-org-hibernate-validator-engine-configurationimpl/) 資源: [Spring 4 MVC 文檔](https://docs.spring.io/spring/docs/4.2.x/spring-framework-reference/html/spring-web.html) [Spring 3 MVC 文檔](https://docs.spring.io/spring/docs/3.2.x/spring-framework-reference/html/spring-web.html) [Bean 驗證](http://beanvalidation.org/1.0/spec/)
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看