拆分依赖
This commit is contained in:
parent
92304770b7
commit
07027d071f
@ -1 +0,0 @@
|
|||||||
{erl_opts, [debug_info, {i, "include"}, {i, "../../include"}, {i, "../../../include"}]}.
|
|
||||||
@ -1 +0,0 @@
|
|||||||
{erl_opts, [debug_info, {i, "include"}, {i, "../../include"}, {i, "../../../include"}]}.
|
|
||||||
@ -8,7 +8,7 @@
|
|||||||
%%%-------------------------------------------------------------------
|
%%%-------------------------------------------------------------------
|
||||||
-module(endpoint_kafka_test).
|
-module(endpoint_kafka_test).
|
||||||
-author("anlicheng").
|
-author("anlicheng").
|
||||||
-include("endpoint.hrl").
|
-include_lib("endpoint/include/endpoint.hrl").
|
||||||
|
|
||||||
%% API
|
%% API
|
||||||
-export([start_manual/0, test_consumer/0]).
|
-export([start_manual/0, test_consumer/0]).
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
%%%-------------------------------------------------------------------
|
%%%-------------------------------------------------------------------
|
||||||
-module(endpoint_handler).
|
-module(endpoint_handler).
|
||||||
-author("licheng5").
|
-author("licheng5").
|
||||||
-include("endpoint.hrl").
|
-include_lib("endpoint/include/endpoint.hrl").
|
||||||
|
|
||||||
%% API
|
%% API
|
||||||
-export([handle_request/4]).
|
-export([handle_request/4]).
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
%%%-------------------------------------------------------------------
|
%%%-------------------------------------------------------------------
|
||||||
-module(simulator_api_handler).
|
-module(simulator_api_handler).
|
||||||
|
|
||||||
-include("endpoint.hrl").
|
-include_lib("endpoint/include/endpoint.hrl").
|
||||||
|
|
||||||
-export([handle_request/4]).
|
-export([handle_request/4]).
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user