Strolch is a parameterized framework for use on servers and IoT
Go to file
Robert von Burg 6e84d72908
[Minor] Added ISO8601.YEAR_3000
2023-03-03 17:01:23 +01:00
.github/workflows [Minor] Updated qodana.yaml 2023-02-13 08:43:58 +01:00
agent [Fix] Don't read lock, if TX already has lock on element 2023-02-24 14:09:59 +01:00
model [New] Added State.getState(Set<State>) 2023-02-27 10:49:43 +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 [Fix] ReservationExecution uses Controllers for jobCountSemaphoreSatisfied() 2023-02-27 10:50:54 +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 [Minor] Added ISO8601.YEAR_3000 2023-03-03 17:01:23 +01:00
web-rest [Major] Renamed ExecutionHandler.getState() to getExecutionState() 2023-02-16 09:59:26 +01:00
websocket [Project] Updated names of modules 2022-12-16 16:22:58 +01:00
xmlpers [Minor] Extended LockableObject to log owner of locks on lock timeout 2023-02-14 10:10:48 +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
qodana.yaml [Minor] Updated qodana.yaml 2023-02-13 08:43: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