Initial Spring Boot backend with Modbus TCP infrastructure

This commit is contained in:
litoral05
2026-05-19 15:20:57 +01:00
commit ac62b554f5
42 changed files with 3016 additions and 0 deletions
+48
View File
@@ -0,0 +1,48 @@
HELP.md
target/
.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/
data/
*.db
*.db-journal
*.log
# Runtime telemetry dumps / future exports
*.csv
# Tauri frontend later if nested
node_modules/
# OS junk
.DS_Store
Thumbs.db