摘要: Problem with ngModleOptions before 1.6: You repeat a lot, code doesn't look nice, from v1.6: We also have the ability to override specific options, wh 阅读全文
posted @ 2018-08-14 15:33 Zhentiw 阅读(226) 评论(0) 推荐(0)
摘要: In CustomerServiceImpl.java, we hardcoded 'HibernateCustomerRepositoryImpl' To remove hardcoded Repository, we can use Setter Injection. First, we def 阅读全文
posted @ 2018-08-14 02:26 Zhentiw 阅读(286) 评论(0) 推荐(0)