[elixir! #0082] how is the application controller loaded and started

Friends familiar with erlang/elixir should know the concept of application. It is a special structure used to start and stop an application. Whenever we create an erlang/elixir project, we also create an application with the same name. When using dependency libraries, generally, each dependency library is also an application, which will be load ...

Posted by activeserver on Sun, 28 Nov 2021 00:13:27 -0800