摘要: Spring boot is really good for Dependencies injection by using Autowiring. Each class instancse in spring boot is called 'Bean', we can use 'Bean' to 阅读全文
posted @ 2019-04-03 18:45 Zhentiw 阅读(657) 评论(0) 推荐(0)
摘要: Assume we have two linked list, we want to find a point in each list, from which all the the nodes share the same value in both list. Then we call thi 阅读全文
posted @ 2019-04-03 17:25 Zhentiw 阅读(366) 评论(0) 推荐(0)
摘要: To do communcation between containers, we need to do link between containers. 1. Run a container with a name Give a name call 'my-postgres' 2. Link to 阅读全文
posted @ 2019-04-03 15:29 Zhentiw 阅读(231) 评论(0) 推荐(0)