Dodanie UserEntity oraz modyfikacja DemoApplication
This commit is contained in:
parent
c2d69d5165
commit
e674769236
@ -7,6 +7,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
public class DemoApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Dodaje jedno dodatkowe polecenie");
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user