Compare commits
4 Commits
8c4c1231c8
...
new_featur
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e3ab1117b | |||
|
|
ac8733d85a | ||
| 6dc60bdc8d | |||
| 511b8130b9 |
@@ -1 +1,3 @@
|
||||
This is the documentation of the project.
|
||||
This is the documentation of the project.
|
||||
DOCUMENTATION
|
||||
New feature.
|
||||
@@ -9,9 +9,10 @@ import java.util.Date;
|
||||
public class DemoApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Start application from gitea");
|
||||
System.out.println("Start application from gitea.cs.pollub.pl");
|
||||
System.out.println(new Date());
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
System.out.println(new Date());
|
||||
System.out.println("End application");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user