mirror of
https://github.com/tiennm99/try-netty.git
synced 2026-06-02 12:11:40 +00:00
(Add) init project
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.miti99.netty;
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
|
||||
@Slf4j
|
||||
public class Main {
|
||||
|
||||
public static void main(String[] args) {
|
||||
log.debug("debug");
|
||||
log.info("info");
|
||||
log.warn("warn");
|
||||
log.error("error");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user