Strolch is a parameterized framework for use on servers and IoT
Go to file
Robert von Burg 9740619225
[Project] Updated names of modules
2022-12-16 16:22:58 +01:00
agent [Project] Updated names of modules 2022-12-16 16:22:58 +01:00
model [Project] Updated names of modules 2022-12-16 16:22:58 +01:00
persistence-postgresql [Project] Updated names of modules 2022-12-16 16:22:58 +01:00
persistence-xml [Project] Updated names of modules 2022-12-16 16:22:58 +01:00
privilege [Project] Updated names of modules 2022-12-16 16:22:58 +01:00
service [Project] Updated names of modules 2022-12-16 16:22:58 +01:00
soql [Project] Updated names of modules 2022-12-16 16:22:58 +01:00
src [Project] Moved dev/ to src/resources/ 2022-12-16 15:07:48 +01:00
strolch-bom [Project] Updated names of modules 2022-12-16 16:22:58 +01:00
test-base [Project] Updated names of modules 2022-12-16 16:22:58 +01:00
test-performance [Project] Updated names of modules 2022-12-16 16:22:58 +01:00
utils [Project] Updated names of modules 2022-12-16 16:22:58 +01:00
web-rest [Project] Updated names of modules 2022-12-16 16:22:58 +01:00
websocket [Project] Updated names of modules 2022-12-16 16:22:58 +01:00
xmlpers [Project] Updated names of modules 2022-12-16 16:22:58 +01:00
.gitignore [Project] Updated .gitignore files 2020-01-08 09:18:37 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md (#7) 2018-03-28 19:44:31 +02:00
LICENSE [Project] added LICENSE and README.md 2014-09-16 09:29:42 +02:00
README.md [Project] updated README.md 2022-08-16 14:00:59 +02:00
pom.xml [Project] Renamed strolch-bom 2022-12-16 15:28:17 +01:00

README.md

Strolch

Contributors License Build Status

WorksWithOpenJDK

The main repository which contains all of Strolch.

Strolch consists of the following modules:

  • li.strolch.utils
  • li.strolch.privilege
  • li.strolch.xmlpers
  • li.strolch.model
  • li.strolch.agent
  • li.strolch.service
  • li.strolch.persistence.postgresql
  • li.strolch.persistence.xml
  • li.strolch.rest
  • li.strolch.websocket
  • li.strolch.soql
  • li.strolch.mvn.archetype.main
  • li.strolch.mvn.archetype.webapp
  • li.strolch.bom
  • li.strolch.testbase
  • li.strolch.performancetest

Getting Started

Either use a version on Maven Central: https://mvnrepository.com/artifact/li.strolch/li.strolch.agent

Or install locally first:

git clone https://github.com/strolch-li/strolch.git
cd strolch
mvn clean install -DskipTests

Then you can create your own project. Please read the README files in the generated projects.

To create a Strolch project see https://strolch.li/development/

More Information

Find more to Strolch at our website: https://strolch.li