Continue structural port from Spring Boot to Undertow
This commit is contained in:
@@ -7,3 +7,4 @@ io.kamax.mxisd.backend.rest.RestStoreSupplier
|
||||
io.kamax.mxisd.backend.sql.generic.GenericSqlStoreSupplier
|
||||
io.kamax.mxisd.backend.sql.synapse.SynapseSqlStoreSupplier
|
||||
io.kamax.mxisd.backend.wordpress.WordpressStoreSupplier
|
||||
io.kamax.mxisd.lookup.provider.RemoteLookupProviderSupplier
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
io.kamax.mxisd.threepid.notification.BuiltInNotificationHandlerSupplier
|
||||
@@ -0,0 +1 @@
|
||||
io.kamax.mxisd.threepid.connector.email.BuiltInEmailConnectorSupplier
|
||||
@@ -0,0 +1 @@
|
||||
io.kamax.mxisd.threepid.connector.phone.BuiltInPhoneConnectorSupplier
|
||||
@@ -0,0 +1 @@
|
||||
io.kamax.mxisd.threepid.generator.email.BuiltInEmailGeneratorSupplier
|
||||
@@ -0,0 +1 @@
|
||||
io.kamax.mxisd.threepid.generator.phone.BuiltInPhoneGeneratorSupplier
|
||||
@@ -1,2 +0,0 @@
|
||||
org.springframework.boot.diagnostics.FailureAnalyzer=\
|
||||
io.kamax.mxisd.spring.ConfigurationFailureAnalyzer
|
||||
Reference in New Issue
Block a user