
BKB + BoT + SpringBoot
Shard and Cascade Configuration
Multi Language and Timezone
Versioning of Data and Schema
Powerful Type-safe SqlMapping
Distribution, Splitting and Sharding
Engineered Jackson Configuration
Host extension and URL override
Distributed Session and Multi-Auth
JVM/Distributed Cache, Lock, and Objects
Throttle, Debounce, Tamper Proof
3rd Login, Role/Perm Management
Pluggable modules, OOTB features
🥾 WingsBoot
WingsBoot=BKB + BootsOfTravel + SpringBoot. if you've liked Dota, you know.
We advocate defensive programming, May The
false
Be With You !
It is suitable for growing teams to smoothly achieve business growth, technology evolution, team pulling and business upgrading. The core values are: ① quickly achieve business goals; ② timely repay technical debt; ③ safely refactor programs and business. For example, starting from a single app, to sharding, to micro service and to cloud, the team is able to:
- Rapidly refactor the business and its code, safely change the data models - strongly typed and defensive style
- Use git and sql to manage versioning of data and schema - Flywave tool (not Flyway)
- Trace, review and recover online data changes - logging system and tracing strategy
📦 Tech Architecture
Philosophy and Conventions, Non-Intrusion Enhancement 🌱 Apache2
Main business language, OpenJDK long-time running ☕️ GPLv2+CE
Assisted language, as a better Java Apache2
The main type-safe SqlMapping 🏅 Apache2
Main business database, recommend 8.0.31 💡 GPLv2
Standalone database for offline and disconnected operations MPL2 or EPL1
Distributed caching, messaging, streaming, etc. Apache2
More engineering and compact Cloud solution Apache2
Database RW splitting, data sharding and elastic scaling Apache2
🐵 Mindless Use
Use directly as a parent, occasional SNAPSHOT
are available through OSS.
<parent>
<groupId>pro.fessional</groupId>
<artifactId>wings</artifactId>
<version>${wings.version}</version>
</parent>
🦁 Hands-on Use
It's recommended that you get your hands on the code to avoid low-level use and failure to achieve the original purpose, even if you have the potential to get it.
## (1) get source code
git clone --depth 1 https://github.com/\
trydofor/professional-wings.git
## (2) install dependency using java8
# asdf shell java temurin-8.0.412+8
git submodule update --remote --init
(cd observe/meepo && mvn package install)
(cd observe/mirana && mvn package install)
## (3) install wings using java-21
# asdf shell java temurin-21.0.3+9.0.LTS
mvn package install
🚀 Built on 2025-09-01 bf16720a95 Commit