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

fix name

parent 6c649138
No related merge requests found
......@@ -11,7 +11,7 @@
<groupId>com.example</groupId>
<artifactId>libarry</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>libarry</name>
<name>library</name>
<description>Demo project for Spring Boot</description>
<url/>
<licenses>
......
......@@ -4,7 +4,7 @@ import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class LibarryApplication {
public class LibraryApplication {
public static void main(String[] args) {
SpringApplication.run(LibarryApplication.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