Skip to content

InCar/cuckoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cuckoo

一个用于发送数据的模拟器

Dependencies

Configuration

1.准备gradle的属性配置文件gradle.properties

copy gradle-sample.properties gradle.properties

2.自行修改gradle.properties中的内容,设置激活的配置项,如dev

# 激活的配置文件
systemProp.spring.profiles.active = dev

3.准备激活的编译参数文件

cd src/main/resources
copy application.yml application-dev.yml

4.自行修改application-dev.yml中的内容

Build & Run

# a)安装前端依赖
cd src/web
npm install
# b)编译
gradle
# c)启动
gradle bootRun

About

mimic for data sending

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published