连击 天
fork: star:
基本配置mongodb 和 Windows 下 Node 环境准备,点击见我博客 1、webstorm create nodejs project. 2、安装模块 #nodemon 修改代码不必手动重启服务器,建议全局安装 -g npm install nodemon...
客户端 consul-client 添加 spring-cloud-starter-consul-discovery 依赖,pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi...
用 Spring Cloud 子项目 Spring Cloud Netflix 新建Spring Boot项目,引入 eureka-server, pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4...
添加 actuator 模块依赖 , 最新版的 actuator 需要 redis,所以需要 redis 支持 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actua...
#随机字符串 com.forwy.value=${random.value} #随机 int com.forwy.int=${random.int} #随机 long com.forwy.long=${random.long} #随机 int (10以内) com.forwy.int=${random.int(10)}...
创建项目 create New Project-->Spring Initializr-->Next 填写项目信息-->Next SpringBoot版本选择最新版,这里只勾选web的依赖 -->Next-->Finish-->等待依赖加载完毕。 Spring Boot 项目入...
表结构及数据: drop table if exists skye_test; create table skye_test( user_id int primary key auto_increment, user_name varchar(20) not null, age int unsigned, gender i...
<!DOCTYPE html> <html> <head> <title>input 同步</title> </head> <body> <input type="text" name="texdd" class="example-input"> <input type="text" name="texdd" class="example-i...
没有更多内容
加载失败,请刷新页面
文章删除后无法恢复,确定删除此文章吗?
动弹删除后,数据将无法恢复
评论删除后,数据将无法恢复