JAVA project modeling package directory structure

1. API content related

There are two types of APIs. One is to provide API for external calls, and the other is to call external APIs. We usually encapsulate these two parts. For the interface provided to external calls, it is named api.provider, and the one that calls the external
interface
is Content, named
api.caller.

2. Regarding the basics

Guess you like

Origin blog.csdn.net/tales522/article/details/132748352