@Profile(value="test")
@Configuration
public class SpringTestConfig
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
couchUrl |
static java.lang.String |
password |
static java.lang.String |
username |
| Constructor and Description |
|---|
SpringTestConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.tiogasolutions.notify.kernel.config.CouchEnvironment |
couchEnvironment() |
org.tiogasolutions.notify.kernel.config.CouchServersConfig |
couchServersConfig() |
org.tiogasolutions.notify.NotifyObjectMapper |
notifyObjectMapper() |
org.tiogasolutions.notify.kernel.config.SystemConfiguration |
systemConfiguration() |
org.tiogasolutions.dev.jackson.TiogaJacksonTranslator |
tiogaJacksonTranslator(org.tiogasolutions.notify.NotifyObjectMapper objectMapper) |
org.tiogasolutions.notify.kernel.config.TrustedUserStore |
trustedUserStore() |
public static final java.lang.String couchUrl
public static final java.lang.String username
public static final java.lang.String password
@Bean public org.tiogasolutions.notify.NotifyObjectMapper notifyObjectMapper()
@Bean public org.tiogasolutions.dev.jackson.TiogaJacksonTranslator tiogaJacksonTranslator(org.tiogasolutions.notify.NotifyObjectMapper objectMapper)
@Bean public org.tiogasolutions.notify.kernel.config.CouchServersConfig couchServersConfig()
@Bean public org.tiogasolutions.notify.kernel.config.TrustedUserStore trustedUserStore()
@Bean public org.tiogasolutions.notify.kernel.config.SystemConfiguration systemConfiguration()
@Bean public org.tiogasolutions.notify.kernel.config.CouchEnvironment couchEnvironment()