Add Context Refresh Hikari sample

Closes gh-39
This commit is contained in:
Olga MaciaszekSharma
2023-10-05 13:32:13 +02:00
committed by Sébastien Deleuze
parent f01a91d613
commit f9d6380b59
22 changed files with 385 additions and 13 deletions

View File

@@ -14,6 +14,7 @@ import org.springframework.test.web.reactive.server.WebTestClient;
import static org.assertj.core.api.Assertions.assertThat;
@SuppressWarnings({ "JUnitMalformedDeclaration", "DataFlowIssue" })
@ApplicationTest
public class ContextRefreshHttpApplicationTests {

View File

@@ -1,4 +1,4 @@
package com.example.contextrefreshhttp;
package com.example.contextrefreshhttp.controllers;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.cloud.context.config.annotation.RefreshScope;

View File

@@ -1,4 +1,4 @@
package com.example.contextrefreshhttp;
package com.example.contextrefreshhttp.controllers;
import com.example.contextrefreshhttp.config.SimpleConfigurationProperties;