Strolch is a parameterized framework for use on servers and IoT
Go to file
Snyk bot 6de07354d6
fix: pom.xml to reduce vulnerabilities (#14)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-JUNIT-1017047
2020-10-14 10:50:16 +02:00
dev [Project] Updated intellij formatter.xml 2019-09-04 13:14:43 +02:00
li.strolch.agent [New] Add non-bagId overrides in SearchExpressions 2020-10-08 10:18:10 +02:00
li.strolch.bom [Project] Removed duplicated dependency declaration in bom 2019-11-09 17:10:09 +01:00
li.strolch.model [New] Added Version.getCreatedZdt() and Version.getUpdatedZdt() 2020-10-13 16:50:20 +02:00
li.strolch.mvn.archetype.main [Project] Updated dependency version in archetype 2020-09-29 10:17:07 +02:00
li.strolch.mvn.archetype.webapp fix: upgrade org.glassfish.tyrus:tyrus-client from 1.13 to 1.17 (#13) 2020-09-30 10:30:11 +02:00
li.strolch.performancetest [Project] Updated .gitignore files 2020-01-08 09:18:37 +01:00
li.strolch.persistence.postgresql [Minor] replaced deprecated call with new call 2020-08-18 16:39:56 +02:00
li.strolch.persistence.xml [Fix] Added missing handling of bundle for LogMessage SAX 2020-08-03 16:38:04 +02:00
li.strolch.privilege [New] Allow case insensitive usernames in privilege 2020-09-25 17:45:10 +02:00
li.strolch.rest [Fix] Handle null authorization 2020-10-02 13:40:03 +02:00
li.strolch.service [New] Added Controller.stop() 2020-09-25 14:59:19 +02:00
li.strolch.soql [Minor] Code cleanup and replace deprecated calls 2020-08-19 14:48:46 +02:00
li.strolch.testbase [Fix] Fixed broken test 2020-05-27 11:05:11 +02:00
li.strolch.utils [Minor] code cleanup 2020-10-05 14:12:21 +02:00
li.strolch.website [Minor] replaced deprecated call with new call 2020-08-18 16:39:56 +02:00
li.strolch.websocket [Minor] replaced deprecated call with new call 2020-08-18 16:39:56 +02:00
li.strolch.xmlpers [Minor] Code cleanup and replace deprecated calls 2020-08-19 14:18:50 +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 [Project] Updated README.md 2020-03-31 08:45:28 +02:00
autoRelease.sh [Project] fix no tag yet known in autoRelease.sh 2017-10-13 11:48:29 +02:00
createBundle.sh [Project] fix createBundle.sh 2018-02-21 16:15:46 +01:00
deploy.sh [Project] naje deploy.sh executable 2016-11-03 09:27:16 +01:00
pom.xml fix: pom.xml to reduce vulnerabilities (#14) 2020-10-14 10:50:16 +02:00
release.sh [Project] release scripts auto push 2017-10-13 11:33:35 +02:00
releaseBranch.sh [Project] release scripts auto push 2017-10-13 11:33:35 +02:00
setVersion.sh [Project] Cleaned up build scripts 2016-07-05 09:50:54 +02:00

README.md

Strolch

Build Status

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

And of course the website itself:

  • li.strolch.website

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/4treesCH/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.html

More Information

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