1 | docker run -d -p 3316:3306 -e MYSQL_ROOT_PASSWORD=password -e TZ=Asia/Shanghai --name mysql-8.0.24-master mysql:8.0.24 --lower-case-table-names=1 --default-authentication-plugin=mysql_native_password |
1 | ./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-stconvert/releases/download/v7.6.2/elasticsearch-analysis-stconvert-7.6.2.zip |
1 | docker run -p 18083:18083 -p 8883:8883 -p 1883:1883 -p 8083:8083 -p 8084:8084 --name=mqtt --restart=always -d emqx:5.0.20 |
1 | docker run -it --name=mosquitto --privileged -p 1883:1883 -p 9001:9001 -d eclipse-mosquitto:openssl |
1 | [root@iZqryz7xfamf9rZ categories]# locale -a |grep "zh_CN" |
1 | public PageInfo findByPage(PageVO page) { |
1 | public PageInfo findAll(PageVO page) { |
1 |
|
1 | <!--使用docker-maven-plugin插件--> |
1 | public static void main(String[] args) throws IOException { |
1 | <dependency> |
1 | public static void main(String[] args) { |
1 | /** |
1 | List<String> deleteList = |