Page admin V1

This commit is contained in:
jleroy
2024-04-26 11:28:16 +02:00
parent 658f1c3e9c
commit 0c28a4ce14
9 changed files with 56 additions and 23 deletions

View File

@@ -1,16 +1,23 @@
plugins {
id 'java'
id 'application'
id 'org.springframework.boot' version '3.2.3'
id 'io.spring.dependency-management' version '1.1.4'
}
group = 'fr.eni'
version = '0.0.1-SNAPSHOT'
version = '1.0.0'
java {
sourceCompatibility = '17'
}
jar {
manifest {
attributes 'Main-Class': 'fr.eni.enchere.EnchereApplication'
}
}
repositories {
mavenCentral()
}