Strolch is a parameterized framework for use on servers and IoT
Go to file
Robert von Burg 02df4b4985
Create SECURITY.md (#28)
2023-06-29 07:54:49 +02:00
.github/workflows [Minor] Updated qodana.yaml 2023-02-13 08:43:58 +01:00
agent [New] Updated jersey dependency 2023-06-20 09:45:14 +02:00
model [Minor] Sort elements before SAX writing 2023-06-12 14:28:42 +02:00
persistence-postgresql [Minor] Cleanup in PostgresqlDao 2023-04-05 20:48:52 +02:00
persistence-xml [Minor] Automated Code cleanup 2023-04-04 15:02:07 +02:00
privilege [Minor] Trim username before use in DefaultPrivilegeHandler 2023-06-12 09:11:50 +02:00
service [Fix] Removed use of delayToExecuted in DurationExecution 2023-06-19 10:00:02 +02:00
soql [Minor] code cleanup 2023-04-17 08:56:22 +02:00
src [Project] Updated intelliJ formatter 2023-06-02 13:03:07 +02:00
strolch-bom [Project] Updated names of modules 2022-12-16 16:22:58 +01:00
test-base [Major] Only cloning on tx.get*By() if TX is not read-only 2023-05-04 09:50:46 +02:00
test-performance [Minor] Renamed concrete post initializers 2023-04-17 08:31:33 +02:00
utils [New] Allow to create PxW durations 2023-06-08 07:12:17 +02:00
web-rest [Minor] Converted SupportedLanguage to a record 2023-06-12 08:20:08 +02:00
websocket [Minor] Clean up code 2023-04-06 14:33:32 +02:00
xmlpers [Minor] code cleanup in FileIo 2023-04-06 10:21:31 +02: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 Update README.md 2023-06-29 07:52:59 +02:00
SECURITY.md Create SECURITY.md (#27) 2023-05-05 11:09:56 +02:00
pom.xml [New] Updated jersey dependency 2023-06-20 09:45:14 +02:00
qodana.yaml [Project] Updated qodana.yaml 2023-06-12 08:19:22 +02:00

README.md

Strolch

Contributors License Commit Activity Forks Stars Issues 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