40b3cc7d2b
* moving jmh into libraries module * refactoring jmh * Update pom.xml * manual algorightm * with BM result * fix for space issue * Fixed indentation * change as per suggestion * vavr either * adding unit test and othe rutilities * adding concurrent module * concurrent package description * concurrent package description * Update EitherUnitTest.java * introducing lambda expression * jooby project * jooby project * reducing employee bean content * bootique module * bootique * bootique
12 lines
165 B
YAML
12 lines
165 B
YAML
log:
|
|
level: warn
|
|
appenders:
|
|
- type: file
|
|
logFormat: '%c{20}: %m%n'
|
|
file: /home/logger.log
|
|
|
|
jetty:
|
|
context: /hello
|
|
connector:
|
|
port: 10001
|