Add main class
This commit is contained in:
parent
d88e07dd2d
commit
3f8fb8dd78
@ -0,0 +1,16 @@
|
|||||||
|
package com.baeldung.fatjar;
|
||||||
|
|
||||||
|
import org.slf4j.Logger;
|
||||||
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
|
|
||||||
|
public class Application {
|
||||||
|
|
||||||
|
static final Logger logger = LoggerFactory.getLogger(Application.class);
|
||||||
|
|
||||||
|
public static void main(String[] args) {
|
||||||
|
|
||||||
|
logger.info("Hello at Baeldung!");
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user