摘要:```mysql
创建用户:
grant select,update,insert,delete,create,drop,alter,index on *.* to 'jyx_mysql'@'%' identified by '12study.mysql';
flush privileges; grant select,update,insert,delete,create,drop,alter...
阅读全文
摘要:默认注册consul的服务id为服务名 端口号,相同的服务名和端口号注册会覆盖 解决方式: 1.自定义Consul注册Id 2. 放入容器
阅读全文
摘要:```shell
#!/bin/bash
APP_HOME=/wdcloud/app/rps/rps-module-admin
APP_JAR=rps-module-admin-*.jar
APP_PIDS=$(ps ax | grep java | grep $APP_HOME | grep -v grep | awk '{print $1}') function start(){ if [...
阅读全文
摘要:logback spring.xml 是由几个文件组成的,整个的一个xml为
阅读全文
摘要:1.类注释 File Settings Editor File and Code Templates Includes FileHeader 2.缩进 采用4个空格缩进,或者设置tab键为4个空格, 不能勾选Use tab character,参考下图 File Setting Editor Cod
阅读全文