Giter Site home page Giter Site logo

consul's Introduction

consul

start F:/Program Files/MongoDB/Server/3.4/bin/mongod --maxConns 100 --logpath E:/LOGS/mongo/mogo.log --jsonp --rest --serviceName hua --servicePassword 123456 --dbpath E:/db/mongo pause

#springboot config logging.config=classpath:logback-spring.xml debug=true server.port=8087 server.address=0.0.0.0 server.session.timeout=10 server.tomcat.uri-encoding=UTF-8 endpoints.health.sensitive = false spring.application.name=xxxDAO

#mongodb config spring.data.mongodb.uri=mongodb://admin:[email protected]:27017/xxx

#log config logging.path=D:/data/logs/xxx logging.level.root=DEBUG logging.level.org.springframework.web=DEBUG #logging.level.org.hibernate=ERROR spring.output.ansi.enabled=DETECT

#logging.pattern.console=%-d{yyyy-MM-dd HH:mm:ss} %p ${PID} --- [ %t ] %c %m%n #logging.pattern.file=%-d{yyyy-MM-dd HH:mm:ss} %p ${PID} --- [ %t ] %c %m%n

#PID=20170502

redis.pool.maxTotal=600 redis.pool.maxIdle=300 redis.pool.maxWaitMillis=50 redis.pool.minIdle=0 redis.host=192.168.99.100 redis.port=6379 redis.password= redis.pool.testOnBorrow=1 redis.pool.testOnReturn=true redis.timeout=2000

#test session.pool.maxTotal=600 session.pool.maxIdle=300

https://docs.docker.com/engine/swarm/ingress/#publish-a-port-for-a-service session.pool.maxWaitMillis=50 session.pool.minIdle=0 session.host=192.168.99.100 session.port=6378 session.password= session.pool.testOnBorrow=1 session.pool.testOnReturn=true session.timeout=2000

driver=com.mysql.jdbc.Driver url=jdbc:mysql://127.0.0.1:3306/xxx?characterEncoding=utf-8 username1=root password1=xxx

zookeeper.address=zookeeper://192.168.99.100:2181 zookeeper.properties=/usr/local/logs/xxx.properties

#project2 #activemq #dev activemq.url=tcp://192.168.99.100:61616 activemq.username=admin activemq.password=admin

#redis 6378 #dev session.pool.maxTotal=600 session.pool.maxIdle=300 session.pool.maxWaitMillis=50 session.pool.minIdle=0 session.host=192.168.99.100 session.port=6378 session.password= session.pool.testOnBorrow=1 session.pool.testOnReturn=true session.timeout=2000

#redis 6379 #dev redis.pool.maxTotal=600 redis.pool.maxIdle=300 redis.pool.maxWaitMillis=50 redis.pool.minIdle=0 redis.host=192.168.99.100 redis.port=6379 redis.password= redis.pool.testOnBorrow=1 redis.pool.testOnReturn=true redis.timeout=2000

com.ecwid.consul consul-api 1.2.1

使用etcd+confd管理nginx配置

初始化mysql bin/mysqld --initialize-insecure --user=mysql ALTER USER 'root'@'localhost' IDENTIFIED BY 'new_password';

导入本地jar mvn install:install-file -Dfile= -DgroupId= -DartifactId= -Dversion= -Dpackaging=jar -DgeneratePom=true

consul's People

Contributors

huasuoworld avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.