Migrate to quarkus

This commit is contained in:
2026-01-27 00:41:46 +05:00
parent 1e42f24e3a
commit e154e232df
32 changed files with 751 additions and 388 deletions

62
.gitignore vendored
View File

@ -1,35 +1,45 @@
HELP.md
#Maven
target/
.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
release.properties
.flattened-pom.xml
### STS ###
.apt_generated
.classpath
.factorypath
# Eclipse
.project
.settings
.springBeans
.sts4-cache
.classpath
.settings/
bin/
### IntelliJ IDEA ###
# IntelliJ
.idea
*.iws
*.iml
*.ipr
*.iml
*.iws
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
# NetBeans
nb-configuration.xml
### VS Code ###
.vscode/
# Visual Studio Code
.vscode
.factorypath
.env
# OSX
.DS_Store
# Vim
*.swp
*.swo
# patch
*.orig
*.rej
# Local environment
.env
# Plugin directory
/.quarkus/cli/plugins/
# TLS Certificates
.certs/