a
554325746@qq.com
2020-01-15 956063ff14bc75e3a2a97c7bcaa06b9edc84ad24
1
2
3
4
5
6
7
8
9
%% ex: ts=4 sw=4 noexpandtab syntax=erlang
{application, syncDB, [
  {description, "syncDB"},
  {vsn, "0.0.1"},
  {modules, [syncDB]},
  {registered, []},
  {applications, [kernel, stdlib, crypto, uuid]},
  {env, []}
]}.