diff --git a/src/main/java/com/example/demo/DemoApplication.java b/src/main/java/com/example/demo/DemoApplication.java index 71d565f..57bc05f 100644 --- a/src/main/java/com/example/demo/DemoApplication.java +++ b/src/main/java/com/example/demo/DemoApplication.java @@ -8,6 +8,8 @@ public class DemoApplication { public static void main(String[] args) { System.out.println("Start application aaaaa!"); + + System.out.println("Chlebek!"); SpringApplication.run(DemoApplication.class, args); } diff --git a/src/main/java/com/example/demo/domain/UserEntity.java b/src/main/java/com/example/demo/domain/UserEntity.java new file mode 100644 index 0000000..73fcb1a --- /dev/null +++ b/src/main/java/com/example/demo/domain/UserEntity.java @@ -0,0 +1,15 @@ +/* + * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license + * Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template + */ +package com.example.demo.domain; + +/** + * + * @author grzesiek + */ +public class UserEntity { + /** + * wow znowu jest bardzo duzó w tej klasie! + */ +}