Aded new class:User Entity, Added new text to main class of application
This commit is contained in:
parent
8e70c90f08
commit
dfb563ba6d
@ -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);
|
||||
}
|
||||
|
||||
|
15
src/main/java/com/example/demo/domain/UserEntity.java
Normal file
15
src/main/java/com/example/demo/domain/UserEntity.java
Normal 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!
|
||||
*/
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user