Giter Site home page Giter Site logo

webide-backend's Introduction

Coding WebIDE Backend

本项目是开源版 WebIDE 的后端程序。

开发环境

本项目使用 Maven 作为构建系统, 开发 IDE 可以为 Intellj IDEA 或 Eclipse, 只需要在按照 maven 类型导入即可。

配置文件

  • /src/main/resources/application.properties 包括用户、项目、数据库等配置

SPACE_HOME: 存放 workspace 的目录,默认为 ${"user.home"}/.workspace
server.port: 应用启动的端口

包说明

config: 项目配置类
dto: dto 类
entity: 实体类
event: 与事件相关的类
git: 扩展 jgit 的类
model: 一些数据结构
repository: repository 类, 用于数据库查询
service: 服务类 tty: terminal 的 java 实现
utils: 工具类
web: 与 web 相关的类, 比如 controller 等

项目运行

本项目将 WebIDE 前端打包成 webjar, 作为 maven 依赖引入, 因此在运行本项目前需要先打包前端项目。

可以参见 WebIDE-Workspace 项目的脚本, 该脚本提供了一键编译、运行 WebIDE 的功能)。

如果想手动打包前端, 可以参见 WebIDE-Frontend-Webjars 项目。

打包完成后, 使用 mvn spring-boot:run 启动项目即可。

webide-backend's People

Contributors

tanhe123 avatar vangie avatar hackape avatar

Watchers

蕲雁 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.