文件名称:userprofileservice:用于用户配置文件的Springboot微服务
文件大小:68KB
文件格式:ZIP
更新时间:2024-05-31 16:04:27
Java
用户配置文件服务 用于用户配置文件的Springboot微服务 可以使同一服务的多个实例运行mvn clean install将创建一个可执行的jar文件 mvn spring-boot:运行 java -jar target/userprofile-service-1.0.0.jar 8084 用户配置文件微服务已在Eureka Server中注册,因此其他服务可以在没有主机名和端口号的情况下在云上发现它 #CRUD操作 添加用户 {“ id”:4,“ userName”:“ panp”,“ password”:“ password”,“ firstName”:“ Peter”,“ lastName”:“ Pan”,“ street1”:“ 28 CLAYTON ROAD”,“ street2”:“”,“ city”:“ CLAYTON”,“ state”:“ VIC”,“ post
【文件预览】:
userprofileservice-master
----pom.xml(5KB)
----mvnw(6KB)
----src()
--------main()
----.gitignore(249B)
----.mvn()
--------wrapper()
----README.md(2KB)
----mvnw.cmd(5KB)