File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
simple-jwt-spring-boot-starter Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11#
2- # Copyright (C) 2023 CodeCraftersCN .
2+ # Copyright (C) 2024-2024 OnixByte .
33#
44# Licensed under the Apache License, Version 2.0 (the "License");
55# you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@ springVersion=6.1.3
2626springBootVersion =3.2.3
2727
2828buildGroupId =com.onixbyte
29- buildVersion =1.4.0
29+ buildVersion =1.4.1
3030projectUrl =https://onixbyte.com/JDevKit
3131projectGithubUrl =https://github.com/OnixByte/JDevKit
3232licenseName =The Apache License, Version 2.0
Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2023 CodeCraftersCN .
2+ * Copyright (C) 2024-2024 OnixByte .
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -43,6 +43,7 @@ dependencies {
4343 implementation(" org.springframework.boot:spring-boot-autoconfigure:$springBootVersion " )
4444 implementation(" org.springframework.boot:spring-boot-starter-logging:$springBootVersion " )
4545 implementation(" org.springframework.boot:spring-boot-configuration-processor:$springBootVersion " )
46+ annotationProcessor(" org.springframework.boot:spring-boot-configuration-processor:$springBootVersion " )
4647 testImplementation(" org.springframework.boot:spring-boot-starter-test:$springBootVersion " )
4748}
4849
You can’t perform that action at this time.
0 commit comments