Skip to content

Commit 1e1b810

Browse files
committed
fix: fixed code hints for configurations in IDEA disppeared
Closes #29
1 parent 9c63a33 commit 1e1b810

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
2626
springBootVersion=3.2.3
2727

2828
buildGroupId=com.onixbyte
29-
buildVersion=1.4.0
29+
buildVersion=1.4.1
3030
projectUrl=https://onixbyte.com/JDevKit
3131
projectGithubUrl=https://github.com/OnixByte/JDevKit
3232
licenseName=The Apache License, Version 2.0

simple-jwt-spring-boot-starter/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)