Commit 058061d 1 parent fd90c7a commit 058061d Copy full SHA for 058061d
File tree 1 file changed +0
-2
lines changed
src/main/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/util
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 3
3
package uk.gov.justice.digital.hmpps.hmppsintegrationapi.util
4
4
5
5
import org.springframework.beans.factory.config.YamlPropertiesFactoryBean
6
- import org.springframework.context.annotation.Configuration
7
6
import org.springframework.core.env.PropertiesPropertySource
8
7
import org.springframework.core.env.PropertySource
9
8
import org.springframework.core.io.support.EncodedResource
10
9
import org.springframework.core.io.support.PropertySourceFactory
11
10
import java.io.IOException
12
11
import java.util.*
13
12
14
- @Configuration
15
13
class YamlPropertySourceFactory : PropertySourceFactory {
16
14
override fun createPropertySource (
17
15
name : String? ,
You can’t perform that action at this time.
0 commit comments