溫馨提示×

溫馨提示×

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

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

springmvc+mybatis +Jeesz 分布式架構(gòu)

發(fā)布時間:2020-08-09 17:52:27 來源:ITPUB博客 閱讀:147 作者:橙色的雨 欄目:編程語言

spring mvc

Spring框架(框架即:編程注解+xml配置的方式)MVC是Spring框架的一大特征,Spring框架有三大特征(IOC(依賴注入),AOP(面向切面),MVC(建模M-視圖V-控制器C)。框架一般用于團隊開發(fā),使用分層的方式使每個人完成不同的模塊,然后再組合在一起,使完成項目。

以下是Spring mvc具有的能加速開發(fā)的功能列表:

  • Spring mvc中提供了一個DispatchServlet,無需額外開發(fā)
  • Spring mvc中使用基于xml的配置文件,可以編輯,而無需重新編譯應(yīng)用程序
  • Spring mvc實例化控制器,并根據(jù)用戶輸入來構(gòu)造Bean。
  • Spring mvc可以自動綁定用戶輸入,并正確的轉(zhuǎn)換數(shù)據(jù)類型。例如,Spring mvc能自動解析字符串,并設(shè)置float或decimal類型的屬性.
  • Spring mvc可以校驗用戶輸入,若校驗不通過,則重定向回輸入表單。輸入校驗是可選的,支持編程方式以及聲明。關(guān)于這一點,Spring mvc內(nèi)置了常見的校驗器
  • Spring mvc是Spring框架的一部分,可以利用Spring提供的其他能力。
  • Spring mvc支持國際化和本地化。支持根據(jù)用戶區(qū)域顯示多國語言
  • Spring mvc支持多種視圖技術(shù)。最常見的JSP技術(shù)以及其他技術(shù)包括Velocity和FreeMarker.

Spring與MyBatis結(jié)合,主要是由Spring管理數(shù)據(jù)庫訪問組件Dao,數(shù)據(jù)庫訪問組件主要是基于MyBatis實現(xiàn),在Spring環(huán)境中使用MyBatis實現(xiàn)數(shù)據(jù)庫訪問組件過程是:首先需要引入一個Spring和MyBatis整合的開發(fā)包 mybatis-spring-1.2.2.jar。在Spring配置中定義SqlSessionFactoryBean,等價于SqlSessionFactory放入Spring容器管理。(不需要開發(fā)者利用手工創(chuàng)建SqlSessionFactory對象,需要開發(fā)者定義式注入連接信息和SQL定義的XML信息)在Spring配置中定義MapperFactoryBean,可以根據(jù)指定的Mapper接口生成一個Mapper實現(xiàn)類接口。需引入引入開發(fā)包:spring ioc,spring aop,dbcp,mybatis,驅(qū)動,mybatis-spring.jar。添加Spring框架的配置文件主要有applicationContext.xml,根據(jù)user表編寫實體類User,編寫UserMapper.xml(定義SQL語句),并且編寫UserMapper接口(與UserMapper.xml映射),在applicationContext.xml中配置組件SqlSessionFactoryBean,Mapper FactoryBean。最后測試MapperFactoryBean生成的UserMapperDao實例。

  MyBatis的兩個特點:

  1.MyBatis采用SQL與Entity映射,對JDBC封裝程度較輕

  2.MyBatis自己寫SQL,更具有靈活性

  下面給大家介紹下JEESZ的簡介,springmvc,springmybatis  的整合。

         Jeesz是一個分布式的框架,提供項目模塊化、服務(wù)化、熱插拔的思想,高度封裝安全性的Java EE快速開發(fā)平臺。

        Jeesz本身集成Dubbo服務(wù)管控、Zookeeper注冊中心、Redis分布式緩存技術(shù)、FastDFS分布式文件系統(tǒng)、ActiveMQ異步消息中間件、Nginx負載均衡等分布式技術(shù)

        使用Maven做項目管理,項目模塊化,提高項目的易開發(fā)性、擴展性

        以Spring Framework為核心容器,Spring MVC為模型視圖控制器,MyBatis為數(shù)據(jù)訪問層, Apache Shiro為權(quán)限授權(quán)層,Ehcahe對常用數(shù)據(jù)進行緩存,Activit為工作流引擎等。

        前端集成Bootstrap4 metronic框架,UI響應(yīng)式、扁平化布局,適應(yīng)所有PC、Pad、Anroid、iOS 移動設(shè)備等。

        Jeesz主要定位于互聯(lián)網(wǎng)企業(yè)架構(gòu),已內(nèi)置企業(yè)信息化系統(tǒng)的基礎(chǔ)功能和高效的代碼生成工具,包括:系統(tǒng)權(quán)限組件、數(shù)據(jù)權(quán)限組件、數(shù)據(jù)字典組件、核心工具 組件、視圖操作組件、工作流組件、代碼生成等。采用分層設(shè)計、雙重驗證、提交數(shù)據(jù)安全編碼、密碼加密、訪問驗證、數(shù)據(jù)權(quán)限驗證。

        Jeesz目前包括以下模塊項目,后臺系統(tǒng)管理系統(tǒng),RestFul獨立服務(wù)系統(tǒng)、Scheduler定時調(diào)度系統(tǒng)、內(nèi)容管理(CMS)系統(tǒng)、在線辦公(OA)系統(tǒng)、我的待辦(Task服務(wù))、我的收藏(Bookmark服務(wù))。

        后臺管理系統(tǒng)包括企業(yè)組織架構(gòu)(用戶管理、機構(gòu)管理、區(qū)域管理)、菜單管理、角色權(quán)限管理、字典管理等功能;

        RestFul獨立提供標準Rest服務(wù)API,您可以快速實現(xiàn)自己的業(yè)務(wù),提供需要的服務(wù);

        Quartz定時調(diào)度系統(tǒng)可以動態(tài)配置您的任務(wù)規(guī)則等;

愿意了解框架技術(shù)或者源碼的朋友直接加QQ(2042849237

        內(nèi)容管理(CMS)系統(tǒng),包括內(nèi)容管理,欄目管理、站點管理、公共留言、文件管理、前端網(wǎng)站展示等功能;

        在線辦公(OA)系統(tǒng),主要提供簡單的流程實例。

        Jeesz提供了常用工具進行封裝,包括日志工具、緩存工具、服務(wù)器端驗證、數(shù)據(jù)字典、當前組織機構(gòu)數(shù)據(jù)(用戶、機構(gòu)、區(qū)域)以及其它常用小工具等。另外 還提供一個強大的在線 代碼生成 工具,此工具提供簡單的單表、一對多、樹結(jié)構(gòu)功能的生成,如果對外觀要求不是很高,生成的功能就可以用了。使用了Jeesz基礎(chǔ)框架,可以提高快速開發(fā)效 率。

整合SpringMVC
springMybatis-servlet.xml:
  1. <?xml version="1.0" encoding="UTF-8"?>    
  2. <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"   
  3.        xmlns:context="http://www.springframework.org/schema/context"  
  4.        xmlns:mvc="http://www.springframework.org/schema/mvc"  
  5.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd  
  6.         http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd  
  7.         http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd">  
  8.       
  9.         <!-- 啟用spring mvc 注解-->  
  10.     <mvc:annotation-driven>   
  11.     </mvc:annotation-driven>  
  12.       
  13.     <!-- 自動掃描的包名 ,使Spring支持自動檢測組件,如注解的Controller-->  
  14.     <context:component-scan base-package="com.alibaba.controller" />  
  15.     <context:component-scan base-package="com.alibaba.service"/>  
  16.       
  17.       
  18.     <!-- 視圖解析器:定義跳轉(zhuǎn)的文件的前后綴 -->    
  19.     <bean id="viewResolver" class="org.springframework.web.servlet.view.InternalResourceViewResolver">    
  20.         <property name="prefix" value="/WEB-INF/jsp/" />    
  21.         <property name="suffix" value=".jsp" />  <!--可為空,方便實現(xiàn)自已的依據(jù)擴展名來選擇視圖解釋類的邏輯  -->  
  22.     </bean>    
  23.   
  24.     <!--配置攔截器, 多個攔截器,順序執(zhí)行 -->   
  25.     <mvc:interceptors>    
  26.         <mvc:interceptor>    
  27.             <!-- 匹配的是url路徑  -->  
  28.             <mvc:mapping path="/" />  
  29.             <mvc:mapping path="/user/**" />  
  30.             <mvc:mapping path="/test/**" />  
  31.               
  32.             <bean class="com.alibaba.interceptor.CommonInterceptor"></bean>    
  33.         </mvc:interceptor>  
  34.         <!-- 當設(shè)置多個攔截器時,先按順序調(diào)用preHandle方法,然后逆序調(diào)用每個攔截器的postHandle和afterCompletion方法 -->  
  35.     </mvc:interceptors>  
  36.         
  37. </beans>     


2.整合Mybatis

spring-dao.xml:
  1. <?xml version="1.0" encoding="UTF-8"?>    
  2. <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"   
  3.        xmlns:mybatis="http://mybatis.org/schema/mybatis-spring"  
  4.        xmlns:context="http://www.springframework.org/schema/context"  
  5.        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd  
  6.        http://mybatis.org/schema/mybatis-spring http://mybatis.org/schema/mybatis-spring.xsd  
  7.        http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">  
  8.       
  9.     <!-- 該包下的類支持注解,表示會被當作{@code mybatis mapper}處理 配置了之后表示可以自動引入mapper類-->  
  10.     <mybatis:scan base-package="com.alibaba.dao"/>  
  11.     <!--引入屬性文件 -->  
  12.     <context:property-placeholder location="classpath:configuration.properties"/>  
  13.       
  14.     <!--數(shù)據(jù)庫連接-->  
  15.     <bean id="dataSource" class="com.alibaba.druid.pool.DruidDataSource" init-method="init" destroy-method="close">   
  16.         <property name="url" value="${jdbc.url}" />  
  17.         <property name="username" value="${jdbc.username}"/>  
  18.         <property name="password" value="${jdbc.password}"/>  
  19.         <!-- 配置初始化大小、最小、最大 -->  
  20.         <property name="initialSize"><value>1</value></property>  
  21.         <property name="maxActive"><value>5</value></property>  
  22.         <property name="minIdle"><value>1</value></property>  
  23.         <!-- 配置獲取連接等待超時的時間 -->  
  24.         <property name="maxWait"><value>60000</value></property>  
  25.         <!-- 配置監(jiān)控統(tǒng)計攔截的filters -->  
  26.         <property name="filters"><value>stat</value></property>  
  27.         <!-- 配置間隔多久才進行一次檢測,檢測需要關(guān)閉的空閑連接,單位是毫秒 -->  
  28.         <property name="timeBetweenEvictionRunsMillis"><value>60000</value></property>  
  29.         <!-- 配置一個連接在池中最小生存的時間,單位是毫秒 -->  
  30.         <property name="minEvictableIdleTimeMillis"><value>300000</value></property>  
  31.         <!--  
  32.         <property name="validationQuery"><value>SELECT 'x'</value></property>  
  33.         <property name="testWhileIdle"><value>true</value></property>  
  34.         <property name="testOnBorrow"><value>false</value></property>  
  35.         <property name="testOnReturn"><value>false</value></property>  
  36.         <property name="poolPreparedStatements"><value>true</value></property>  
  37.         <property name="maxOpenPreparedStatements"><value>20</value></property>  
  38.          -->  
  39.     </bean>  
  40.       
  41.     <!-- mybatis配置 -->  
  42.     <bean id="sqlSessionFactory" class="org.mybatis.spring.SqlSessionFactoryBean">  
  43.         <property name="dataSource" ref="dataSource" />  
  44.     </bean>   
  45. </beans>     
springmvc+mybatis +Jeesz 分布式架構(gòu)

想了解更多詳細請點擊源碼地址獲取:mingli.com

有興趣的朋友們可以前往球球哦~一起分享學(xué)習(xí)技術(shù):2042849237

向AI問一下細節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI