JSoagger Services is a spring boot based ready to deploy and cloud integrated backend. It integrates out of the box business modules.
Begin a new Java project is time wasting. You must integrate libraries and deal with persistence model, integration, delivery, team and a lot of other boilersplate tasks before prototyping the idea.
- Ready to deploy spring boot based server
- Hibernate, JPA persistence
- REST services
- Spring batch loaders
- A business manager (UI)
- A Spring shell server manager
- Security management
- Documents structure management
- Elements structure management
- Lifecycle management
- Folder management
- Search management
- Loaders and exporter
- Dynamic Type extension
- Dynamic attributes extension
CoreUI-React#v2.0.0
├── public/ (static files)
│ ├── assets/ (assets)
│ ├── favicon.ico
│ └── index.html (html temlpate)
│
├── src/ (project root)
│ ├── containers/ (container source)
│ ├── scss/ (scss/css source)
│ ├── views/ (views source)
│ ├── App.js
│ ├── App.test.js
│ ├── index.js
│ ├── _nav.js (sidebar config)
│ └── routes.js (routes config)
│
└── package.json
> git clone https://github.com/Nexitia/jsoagger-services
> mvn clean install
npm i
- to install dependencies
npm start
for developing (it runs webpack-dev-server)
npm run build
to run a dev build
Please read [CONTRIBUTING.md] for details on our code of conduct, and the process for submitting pull requests to us.
- rmvonji - Initial work - JSoagger
- Contact - yvonjisoa@nexitia.com
This project is licensed under Apache Licence V2.