资源算法whale-detector-crypto

whale-detector-crypto

2020-01-17 | |  31 |   0 |   0

whale-detector-crypto

Detecting dumps and pumps via a java sprint boot app with mongo db

docker run -d -P --name=my-mongo --network=host mongo:latest Then in your Spring boot app, you will have something like this:-

spring: application: name: my-app data: mongodb: database: app host: 192.168.99.100 // your machine private ip. port: 27017 Run you spring boot app from image using :-

docker run -d -P --name=my-boot-app --network=host my-app-image


上一篇:WhaleDetectorBot

下一篇:wavenet_vocoder

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...