inflearn logo
講義

講義

知識共有

pinestさんの投稿

pinest pinest

@pinest

レビュー投稿数
2
平均評価
4.0

投稿 2

Q&A

binding error

myserver: context-path: /my-app port: 9090 data: url: jdbc:h2:mem: driver-class-name: org.h2.Driver username: sa password:

いいね数
0
コメント数
3
閲覧数
235

Q&A

binding error

@ExtendWith(SpringExtension::class) @ContextConfiguration(classes = [SpringBootTobyApplication::class]) @TestPropertySource(locations = ["classpath:application.yml"]) class MyDataSourcePropertiesTest { @Autowired private lateinit var myDataSourceProperties: MyDataSourceProperties @Test fun testPropertiesBinding() { assertNotNull(myDataSourceProperties) assertNotNull(myDataSourceProperties.url) assertNotNull(myDataSourceProperties.driverClassName) } }

いいね数
0
コメント数
3
閲覧数
235