為了提供一個(gè)單包易部署的服務(wù)器應(yīng)用,考慮使用Spring Boot,因?yàn)槠浼闪薃pache Tomcat,易于運(yùn)行,免去絕大部分了服務(wù)器配置的步驟。
專注于為中小企業(yè)提供成都網(wǎng)站設(shè)計(jì)、成都做網(wǎng)站服務(wù),電腦端+手機(jī)端+微信端的三站合一,更高效的管理,為中小企業(yè)定安免費(fèi)做網(wǎng)站提供優(yōu)質(zhì)的服務(wù)。我們立足成都,凝聚了一批互聯(lián)網(wǎng)行業(yè)人才,有力地推動(dòng)了上千企業(yè)的穩(wěn)健成長,幫助中小企業(yè)通過網(wǎng)站建設(shè)實(shí)現(xiàn)規(guī)模擴(kuò)充和轉(zhuǎn)變。項(xiàng)目初始化
首先從mvn archetype:generate
中選擇 com.github.mkspcd:simple-webapp
(或其他webapp模版) 模版生成項(xiàng)目結(jié)構(gòu)。
更多關(guān)于maven請(qǐng)移步Maven - Users Centre
在pom.xml中添加parent來獲取Spring Boot所需的最小依賴。
4.0.0 com.github.hwding.example example jar 0.0.1 an example https://github.com/hwding http://repo.spring.io/milestone/ repo-spring org.springframework.boot spring-boot-starter-parent 1.5.6.RELEASE example org.springframework.boot spring-boot-maven-plugin org.apache.maven.plugins maven-compiler-plugin 1.8 org.springframework.boot spring-boot-starter-web org.springframework.boot spring-boot-starter-data-jpa com.enigmabridge hibernate4-sqlite-dialect 0.1.2 org.apache.commons commons-dbcp2 2.1.1 org.eclipse.persistence javax.persistence 2.2.0-RC1 org.xerial sqlite-jdbc 3.20.0