siujamo
18682e8325
fix: remove impl note
2025-06-04 11:27:55 +08:00
siujamo
bfbce31e27
refactor: remove logger and unused imports
2025-06-04 11:15:25 +08:00
zihluwang
bbc5215f84
feat: UUIDv7 implementation
2025-06-03 19:20:15 +08:00
zihluwang
971037f160
chore: removed lombok and upgraded copyright
2025-01-25 19:53:04 +08:00
zihluwang
f771b1af19
refactor: upgrage copyright years
2025-01-25 19:25:21 +08:00
zihluwang
a85c562b66
docs: added docs
2025-01-18 14:06:13 +08:00
zihluwang
f587230072
style: updated copyright
2024-12-26 22:22:51 +08:00
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
007d192b01
refactor(devkit-utils): Optimised the time zone for getting current timestamp.
2023-09-18 10:01:27 +08:00
Zihlu Wang
09c973dde4
refactor(devkit-utils): Changed the order of the parameters.
2023-09-18 09:51:00 +08:00
Zihlu Wang
52f90e6507
docs(devkit-utils): Optimised javadoc.
2023-09-18 09:25:16 +08:00
Zihlu Wang
7b653edb3b
docs(global): Changed spelling with BrE.
2023-09-15 15:41:23 +08:00
Zihlu Wang
6549373e8d
docs(global): Optimised javadocs.
2023-09-15 15:36:25 +08:00
Zihlu Wang
7c1082ca71
style(guid): The constructor parameters order of SnowflakeGuidCreator has been adjusted.
...
BREAKING CHANGE: Original order: long startEpoch, long workerId, long
dataCentreId
New order: long workerId, long dataCentreId, long
startEpoch
2023-08-01 19:02:28 +08:00
Zihlu Wang
748e474a82
docs: Fix all docs from one <p> represents for a paragraph
2023-07-31 22:53:09 +08:00
Zihlu Wang
715ae6db3a
docs: Fix all docs from one <p> represents for a paragraph
2023-07-31 21:43:09 +08:00
Zihlu Wang
65daccf478
docs(global): Improve documentation comments
...
Enriched the content of the documentation to ensure every package and
class has proper documentation comments; Modified the formatting for
consistent and neat presentation.
2023-07-30 02:27:05 +08:00
Zihlu Wang
b7d4cf6c1e
refactor(global): make package name standardization
2023-07-29 23:18:56 +08:00
Zihlu Wang
d8b9aee039
feat(global): added logback configuration
2023-07-29 22:50:18 +08:00
Zihlu Wang
cdd4c7ad4d
docs: optimised javadoc
2023-07-29 07:41:20 +08:00
Zihlu Wang
dcf53593ad
style(guid): removed useless quote mark
2023-07-28 19:44:44 +08:00
Zihlu Wang
41544f231a
feat(guid): added facade guid creator and snowflake guid generator
2023-07-28 19:32:46 +08:00