Add OnlineQuiz app

This commit is contained in:
2025-10-26 19:35:59 +01:00
parent bd757d5ceb
commit aae358b2be
19 changed files with 1367 additions and 6 deletions

View File

@@ -1,7 +1,9 @@
plugins {
id 'org.springframework.boot' version '3.5.7' apply false
id 'io.spring.dependency-management' version '1.1.7' apply false
}
allprojects {
group = 'me.ahlroos'
version = '1.0-SNAPSHOT'
repositories {
mavenCentral()
}
}