Strolch is a parameterized framework for use on servers and IoT
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Robert von Burg d1007371d0
[Minor] Extended GenericReport to allow overriding column value extraction
9 hours ago
.github/workflows [Minor] Updated qodana.yaml 1 month ago
agent [Major] Updated strolch model XSD to 2.0 4 days ago
model [New] Extended StrolchXmlHelper to also write namespace 4 days ago
persistence-postgresql [Major] Updated strolch model XSD to 2.0 4 days ago
persistence-xml [Major] Updated strolch model XSD to 2.0 4 days ago
privilege [Fix] Fixed writing privilege user element's PasswordChangeRequested field 6 days ago
service [Minor] Extended GenericReport to allow overriding column value extraction 9 hours ago
soql [Project] Updated names of modules 3 months ago
src [Project] Moved dev/ to src/resources/ 3 months ago
strolch-bom [Project] Updated names of modules 3 months ago
test-base [Project] Updated names of modules 3 months ago
test-performance [Minor] Code cleanup 1 month ago
utils [Minor] Added ISO8601.YEAR_3000 2 weeks ago
web-rest [Major] Updated strolch model XSD to 2.0 4 days ago
websocket [Project] Updated names of modules 3 months ago
xmlpers [Minor] Extended LockableObject to log owner of locks on lock timeout 1 month ago
.gitignore [Project] Updated .gitignore files 3 years ago
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md (#7) 5 years ago
LICENSE [Project] added LICENSE and README.md 9 years ago
README.md Added Qodana badge 1 month ago
pom.xml [Project] update pom.xml 1 month ago
qodana.yaml [Minor] Updated qodana.yaml 1 month ago

README.md

Strolch

Contributors License Build Status Qodana

The main repository which contains all of Strolch.

Getting Started

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

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