inflearn logo
Khóa học

Khóa học

Chia sẻ kiến thức

Bài viết của pinest

pinest pinest

@pinest

Số lượng đánh giá đã viết
2
Xếp hạng trung bình
4.0

Bài viết 2

Hỏi & Đáp

binding error

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

Lượt thích
0
Số bình luận
3
Lượt xem
247

Hỏi & Đáp

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) } }

Lượt thích
0
Số bình luận
3
Lượt xem
247