Aded new class:User Entity, Added new text to main class of application

This commit is contained in:
Grzesiek2kk 2023-10-03 18:28:20 +02:00
parent 8e70c90f08
commit dfb563ba6d
2 changed files with 17 additions and 0 deletions

View File

@ -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);
}

View File

@ -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!
*/
}