forked from LukaszK/Labolatorium2
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8bea0d35aa |
@@ -1,2 +1 @@
|
||||
This id documentation of the project.
|
||||
zmianyyyyy
|
||||
This id documentation of the project.
|
||||
@@ -7,10 +7,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
public class DemoApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
System.out.println("Hello World!");
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
4
src/main/java/com/example/demo/demo.java
Normal file
4
src/main/java/com/example/demo/demo.java
Normal file
@@ -0,0 +1,4 @@
|
||||
package com.example.demo;
|
||||
|
||||
public class demo {
|
||||
}
|
||||
Reference in New Issue
Block a user