How do I Autowire Spring config to JUnit test using Scala?

前端 未结 0 611
遇见更好的自我
遇见更好的自我 2021-02-20 11:07

I have the following I am trying to unit test...

// MyConfig.scala
@Configuration
class MyConfig {
  @Value("${my.name}")
  var name: String = _
  ...
}         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题