Unfortunately, it won't be possible to create runtime images until Spring becomes modular. Currently it uses automatic modules which jlink can't work with.
5 lines
121 B
Java
5 lines
121 B
Java
module com.charego.lingo.common {
|
|
requires com.fasterxml.jackson.annotation;
|
|
exports com.charego.lingo.common;
|
|
}
|