Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
commit №3
  • Loading branch information
Andrey Belov
Andrey Belov committed Feb 8, 2024
commit 2ab78fa642abc1982977be55c6e349fffbfcf8b8
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ public static void main(String[] args) {
SpringApplication.run(RestaurantVotingApplication.class, args);
System.out.println("Hello world!");
System.out.println("Hello world 2!");
System.out.println("Hello world 3!");
}
}
8 changes: 8 additions & 0 deletions src/main/java/ru/javaops/bootjava/TestClass.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package ru.javaops.bootjava;

public class TestClass {
private int age;
private String name;
private String surname;

}