Skip to content
Snippets Groups Projects
Commit 8e0bd9ec authored by Damien MARCHAT's avatar Damien MARCHAT
Browse files

removed main class we won't use

parent 7eb21628
Branches
No related tags found
No related merge requests found
package io.takima.temporalpractice;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class TemporalPracticeApplication {
private static final Logger log = LoggerFactory.getLogger(TemporalPracticeApplication.class);
public static void main(String[] args) {
log.info("Hello World!");
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment