Skip to content
Snippets Groups Projects
Unverified Commit 3814d4e0 authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

Fix name

parent b24bc5a3
Branches
No related merge requests found
......@@ -7,7 +7,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
public class LibraryApplication {
public static void main(String[] args) {
SpringApplication.run(LibarryApplication.class, args);
SpringApplication.run(LibraryApplication.class, args);
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment