Giter Club home page Giter Club logo

temp-app's Introduction

Template Application Platform

项目简介

  • 基于Restful风格的安全、稳定、快速的云平台

核心技术

  • 前端技术:

(1) JSP
(2) ThymeLeaF
(3) JQuery

  • 后台技术:

(1) Spring MVC
(2) Spring5
(3) Spring JDBC
(4) Druild数据库连接池


项目管理与版本控制

  • Maven3项目管理
  • Git版本控制

相关服务器


  • MySQL5: 存储数据库
  • Tomcat: WEB应用容器

如何利用该平台开发

  • 安装JDK1.8-64bit

    方案:配置相关环境变量JAVA_HOME CLASSPATH PATH等

  • 安装Eclipse-JEE-neon3-64bit

    方案:切记为neon3-64bit版,其他有的版本并不集成git和maven插件

  • 配置eclipse的默认WorkSpace编码默认为UTF-8

    方案:Window/Prepferences/General/Workspace下,更改GBK为UTF-8编码

  • 配置eclipse的默认.properties属性文件的编码为UTF-8

    方案:Window/Prepferences/General/Content Types/Text/Java Properties File/下,更新ISO-8859-1为UTF-8编码

  • .m2中的settings.xml文件中要配置jdk的版本

    方案:在settings.xml文件中的profiles配置项中增加如下的profile

    <profiles>
        .............其他配置
        <profile>
        	<id>jdk-1.8</id>
        	<activation>
        	<activeByDefault>true</activeByDefault>
        	<jdk>1.8</jdk>
        	</activation>
        	<properties>
        	    <maven.compiler.source>1.8</maven.compiler.source>
        	    <maven.compiler.target>1.8</maven.compiler.target>
        	    <maven.compiler.compilerVersion>1.8</maven.compiler.compilerVersion>
        	</properties>
    	</profile>
        ..............其他配置
    </profiles>

temp-app's People

Contributors

ranji1221 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.