Commit Graph

13 Commits

Author SHA1 Message Date
Zihlu Wang 8601de7fb1 refactor: update copyright text
[skip ci]
2024-05-08 11:23:58 +08:00
Zihlu Wang 8dd0dad8d9 feat: Moved package name from cn.org.codecrafters to com.onixbyte 2024-04-26 01:50:46 +08:00
Zihlu Wang cb537a6844 Merge branch 'main' into development
# Conflicts:
#	devkit-core/src/main/resources/logback.xml
#	devkit-utils/src/main/resources/logback.xml
#	guid/src/main/resources/logback.xml
#	property-guard-spring-boot-starter/src/main/resources/logback.xml
#	simple-jwt-authzero/src/main/resources/logback.xml
#	simple-jwt-facade/src/main/resources/logback.xml
#	simple-jwt-jjwt/src/main/resources/logback.xml
#	simple-jwt-spring-boot-starter/src/main/resources/logback.xml
#	webcal/src/main/resources/logback.xml
2024-03-31 17:52:47 +08:00
Zihlu Wang bb79c126fa refactor: Optimised codes.
Move all private or protected to the last of files.
2024-03-31 17:47:42 +08:00
Zihlu Wang d593c83cc8 refactor: Optimised logging pattern. 2024-03-31 17:09:31 +08:00
Zihlu Wang 1a194396ff feat: Added logback configurations to each project and upgrade jjwt to 0.12.5 2024-03-11 15:17:11 +08:00
Zihlu Wang f80c47e8ad docs(global): Optimised javadoc, changed the spelling to British English. 2023-09-18 15:04:10 +08:00
Zihlu Wang 6549373e8d docs(global): Optimised javadocs. 2023-09-15 15:36:25 +08:00
Zihlu Wang c9735c5290 refactor(property-guard): Changed encryption mark from "pe:" to "pg:"
BREAKING CHANGE: Changed the encryption mark from "pe:" to "pg:", this
version is not compatable with v1.1.0-alpha
2023-09-12 08:35:35 +08:00
Zihlu Wang aa2a18268f refactor(property-guard): Remove useless imports.
Close #13
2023-09-10 13:40:39 +08:00
Zihlu Wang 23e267e91f feat(property-guard): Remove useless imports. 2023-09-09 20:49:22 +08:00
Zihlu Wang 90a9171f42 refactor(property-guard): Changed the package name. 2023-09-09 20:38:02 +08:00
Zihlu Wang 956ce5de1e feat(property-guard): Added property-guard to protect the secrets in configuration files. 2023-09-09 20:21:34 +08:00