moved common code
This commit is contained in:
parent
8693a99880
commit
fd1d85b179
@ -2,9 +2,11 @@ package com.knecon.fforesight.databasetenantcommons;
|
||||
|
||||
import org.springframework.boot.autoconfigure.AutoConfiguration;
|
||||
import org.springframework.boot.context.properties.EnableConfigurationProperties;
|
||||
import org.springframework.context.annotation.ComponentScan;
|
||||
|
||||
import com.knecon.fforesight.databasetenantcommons.providers.properties.TenantHikariSettings;
|
||||
|
||||
@ComponentScan
|
||||
@AutoConfiguration
|
||||
@EnableConfigurationProperties(TenantHikariSettings.class)
|
||||
public class DatabaseTenantCommonsAutoConfiguration {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user