Giter VIP home page Giter VIP logo

coding-era-studio's Introduction

#Coding Era Studio 编码时代平台

简述

codingEra系列都是和有相同兴趣爱好的朋友一起开发的。 coding-era-studio算是一个门户网站,前端使用静态页面展示数据,nodejs作为中间层,由SpringBoot搭建Restfull API服务,数据库使用了H2,当然切换成Mysql也是很方便的。 coding-era-admin是后台管理系统,主要用于发布文章、管理用户权限,还是我们的试验田。 该门户网站已经可以成功运行在www.codingera.com(但是目前已经下线orz)。

我们的生产版本提交在coding上,github上的是展示用版本。

亮点

模块化

我们一开始就是抱着模块化的目的去搭建框架。这里的模块化指的是不用重复造轮子,比如用户管理模块,包含了用户的登录、注册,认证模块包含了对用户角色权限的管理,那么如果在新的项目中要实现用户的注册、权限认证等功能,直接引入该模块,再根据具体需求做少量改动即可快速实现功能。

启动

首先看这个 git完美教程

1.部署项目

//还是那个配方..那个味道,直接
mvn clean install -Dmaven.test.skip=true
mvn eclipse:eclipse

2.跑起来也很简单

//把启动的配置,改成下面这个就好,基于jetty
Main class:com.codingera.common.util.MyServer

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.