Java multithread demo about one producer and one consumer
####description
This project is a simple demo about java thread.There is only one commodity in the store. A producer can put a goods in the store only when the store has no goods. A consumer can get a goods from the shop only when the shop has a goods.
####project structure