Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9a3e404

Browse files
Part 25: update BuildingSpringBootStarter.md
1 parent 2246b18 commit 9a3e404

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Spring_part_25/DOC/HandMade_SB_Starter/BuildingSpringBootStarter.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ ________________________________________________________________________________
168168
мы хотим отключить эту функцию на время тестирования.
169169

170170
Мы можем сделать конфигурацию нашей точки входа необязательной, используя условные аннотации Spring Boot
171-
(см. https://reflectoring.io/spring-boot-conditionals/) :
171+
(см. https://reflectoring.io/spring-boot-conditionals/ ([или перевод](https://github.com/JcoderPaul/Spring_Framework_Lessons/blob/master/Spring_part_25/DOC/HandMade_SB_Starter/ConditionalBeansSpringBoot.md))) :
172172

173173
@Configuration
174174
@ConditionalOnProperty(value = "eventstarter.enabled", havingValue = "true")
@@ -199,7 +199,7 @@ application.yml (или application.properties):
199199
- bar
200200

201201
Чтобы сделать эти свойства легко доступными в коде нашего стартера, мы можем предоставить @ConfigurationProperties класс
202-
(https://reflectoring.io/spring-boot-configuration-properties/) :
202+
(https://reflectoring.io/spring-boot-configuration-properties/ ([или перевод](https://github.com/JcoderPaul/Spring_Framework_Lessons/blob/master/Spring_part_25/DOC/HandMade_SB_Starter/ConfiguringSpringBootModule.md))) :
203203

204204
@ConfigurationProperties(prefix = "eventstarter.listener")
205205
@Data

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /