Add Context Refresh Hikari sample
Closes gh-39
This commit is contained in:
committed by
Sébastien Deleuze
parent
f01a91d613
commit
f9d6380b59
@@ -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 {
|
||||
|
||||
|
||||
@@ -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;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.example.contextrefreshhttp;
|
||||
package com.example.contextrefreshhttp.controllers;
|
||||
|
||||
import com.example.contextrefreshhttp.config.SimpleConfigurationProperties;
|
||||
|
||||
Reference in New Issue
Block a user