X Tutup
The Wayback Machine - https://web.archive.org/web/20200930050438/https://github.com/micate/WebIDE-Backend
Skip to content
master
Go to file
Code
This branch is 61 commits behind Coding:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Coding WebIDE Backend

This repo is the backend of Coding WebIDE Community Edition

Dev Environment

The backend is written in Java, and uses Maven as build tool. We recommend IntelliJ IDEA or Eclipse as IDE.

Configuration

Everything in /src/main/resources/application.properties, including user info, project and database configs, etc.

Packages

config: Config classes
dto: dto classes
entity: Entity classes
event: Event-related classes
git: Classes that extend jgit class
model: Data model/structure
repository: Repository class, for database query purpose
service: Service classes
tty: A Java implementation of terminal
utils: Utils classes
web: Web-related classes, controllers etc.

Run the project

The backend first packs the frontend to webjar, and import as a maven dependency, thus packing the frontend is required before run.

Please refer to the script in WebIDE-Workspace repo, which provides a command to compile and run the whole project.

If you want to pack the frontend manually, please refer to WebIDE-Frontend-Webjars repo.

Once done packing, start the poject with mvn spring-boot:run.

About

webjar 项目,用于将 WebIDE 前端打包成 webjar

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.
X Tutup