Giter VIP home page Giter VIP logo

12306ngweb's Introduction

12306ngweb

第一时间面对客户的海量请求,我们将负责将这些请求合理的分配到前端服务器上,并要保证和后端系统的稳定通信。
并没有复杂的算法,但他也不只是HTML+JS+CSS,它需要负载均衡、MVC、缓存、静态页生成、内容分发、服务器监控、日志分析等等。 12306ng-web-customer-transaction_客户交易处理

负责处理客户交易请求,与服务网关进行交互获取资源。 12306ng-web-system_系统管理平台

系统管理平台 集中管理前端资源,包括静态页面的生成,资源的分发,缓存的维护等工作。

暂时不提供管理平台项目,全力开发客户交易请求。

###使用帮助 我们使用maven对项目依赖进行管理,所以你应该首先正确安装并配置好您的maven。
下一步进入到你的项目目录下,对项目进行编译,maven会自动下载并配置好依赖包。

mvn compile

maven可以自动生成eclipse需要的配置信息,然后导入到你的eclipse中就可以了。

mvn -Dwtpversion=1.0 eclipse:eclipse 

如果你的IDE未能找到M2_REPO你还需要做一些工作。

window >> preferences >> Java >> Build Path >> Classpath Variables

新建一个 M2_REPO 的变量,变量值指向你系统的Maven2的数据仓库位置
或者直接安装eclipse的maven插件,然后设置你的M2_REPO。
管理平台还需要一个简单的数据库支持,进入到12306ng-web-system项目目录下,初始化数据库。

cd 12306ng-web-system
mvn antrun:run -Prefresh-db

一切都弄好以后你就可以启动项目来试试编码了!

12306ngweb's People

Contributors

radiumxie 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.