Strolch is a parameterized framework for use on servers and IoT
Go to file
Robert von Burg 22bc1607af
Added Qodana badge
2023-02-13 07:19:37 +01:00
.github/workflows Update code_quality.yml 2023-02-13 07:17:47 +01:00
agent [Fix] Fixed broken test 2023-02-10 10:51:02 +01:00
model [New] Extended StrolchElementFromJsonVisitor to overwrite existing data 2023-01-19 13:24:15 +01:00
persistence-postgresql [Minor] Show init fail time on HikariCP init 2023-02-10 10:08:26 +01:00
persistence-xml [New] Allow to override DB config in env 2023-02-10 10:07:44 +01:00
privilege [Minor] Less logging if sessions fail to load 2023-02-10 10:08:07 +01:00
service [Minor] Added missing throws arg 2023-02-10 10:08:40 +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 [Minor] Code cleanup 2023-02-10 10:01:03 +01:00
utils [New] Allow to override DB config in env 2023-02-10 10:07:44 +01:00
web-rest [New] Added explicit privilege validation in Inspector 2023-01-24 16:20:15 +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 Added Qodana badge 2023-02-13 07:19:37 +01:00
pom.xml [Project] update pom.xml 2023-02-09 16:01:58 +01:00

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