拆分依赖
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).
|
||||
-author("anlicheng").
|
||||
-include("endpoint.hrl").
|
||||
-include_lib("endpoint/include/endpoint.hrl").
|
||||
|
||||
%% API
|
||||
-export([start_manual/0, test_consumer/0]).
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
%%%-------------------------------------------------------------------
|
||||
-module(endpoint_handler).
|
||||
-author("licheng5").
|
||||
-include("endpoint.hrl").
|
||||
-include_lib("endpoint/include/endpoint.hrl").
|
||||
|
||||
%% API
|
||||
-export([handle_request/4]).
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
%%%-------------------------------------------------------------------
|
||||
-module(simulator_api_handler).
|
||||
|
||||
-include("endpoint.hrl").
|
||||
-include_lib("endpoint/include/endpoint.hrl").
|
||||
|
||||
-export([handle_request/4]).
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user