Commit cc2b386b by s_guodong

Merge branch 'v1.0.0'

# Conflicts:
#	pom.xml
parents cb159a8b 2b62b279
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<groupId>com.xinchen</groupId> <groupId>com.xinchen</groupId>
<artifactId>demo</artifactId> <artifactId>demo</artifactId>
<version>2.0-RELEASE</version> <version>3.0-RELEASE</version>
<dependencies> <dependencies>
<dependency> <dependency>
...@@ -32,14 +32,5 @@ ...@@ -32,14 +32,5 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<distributionManagement>
<repository>
<id>central</id>
<url>http://192.168.0.110:18082/artifactory/demo-local-release/</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<url>http://192.168.0.110:18082/artifactory/demo-local-snapshot/</url>
</snapshotRepository>
</distributionManagement>
</project> </project>
\ No newline at end of file
...@@ -23,8 +23,8 @@ public class TestController { ...@@ -23,8 +23,8 @@ public class TestController {
@GetMapping("/getUserInfo") @GetMapping("/getUserInfo")
public Map getUserInfo() { public Map getUserInfo() {
Map<String, Object> map = new HashMap<>(); Map<String, Object> map = new HashMap<>();
map.put("username", "dabai12"); map.put("username", "晓明");
map.put("age", 30); map.put("age", 25);
return map; return map;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment