mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-27 13:14:23 +08:00
- Added I18nProperties configuration class to define international related properties - Implement I18nAutoConfiguration automatic configuration class, providing international message sources and local resolvers - Added the I18nWebConfiguration configuration class to register language switching interceptors - Added InternalInformation and ResponseInformation interfaces to extend and provide international information to the outside world - Implement I18nBaseException class to handle internationalization-related exceptions - Add ReactiveLocaleResolver filter to parse language information in WebFlux requests - Create a WebFluxLocaleResolver interface to define a local resolver for WebFlux type - Updated project
41 lines
468 B
Plaintext
41 lines
468 B
Plaintext
HELP.md
|
|
.gradle
|
|
build/
|
|
!gradle/wrapper/gradle-wrapper.jar
|
|
!**/src/main/**/build/
|
|
!**/src/test/**/build/
|
|
|
|
### STS ###
|
|
.apt_generated
|
|
.classpath
|
|
.factorypath
|
|
.project
|
|
.settings
|
|
.springBeans
|
|
.sts4-cache
|
|
bin/
|
|
!**/src/main/**/bin/
|
|
!**/src/test/**/bin/
|
|
|
|
### IntelliJ IDEA ###
|
|
.idea
|
|
*.iws
|
|
*.iml
|
|
*.ipr
|
|
out/
|
|
!**/src/main/**/out/
|
|
!**/src/test/**/out/
|
|
|
|
### NetBeans ###
|
|
/nbproject/private/
|
|
/nbbuild/
|
|
/dist/
|
|
/nbdist/
|
|
/.nb-gradle/
|
|
|
|
### VS Code ###
|
|
.vscode/
|
|
|
|
### Kotlin ###
|
|
.kotlin
|