保存进度!
This commit is contained in:
parent
9aedc877bb
commit
805f6985cb
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"java.configuration.updateBuildConfiguration": "interactive"
|
"java.configuration.updateBuildConfiguration": "automatic"
|
||||||
}
|
}
|
@ -3,7 +3,7 @@
|
|||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.cpic.xim</groupId>
|
<groupId>com.cpic.xim</groupId>
|
||||||
<artifactId>desktop_archievement_backend</artifactId>
|
<artifactId>new_citizen_backend</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<name>desktop_archievement_backend Maven Webapp</name>
|
<name>desktop_archievement_backend Maven Webapp</name>
|
||||||
@ -102,7 +102,7 @@
|
|||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
<finalName>desktop_archievement_backend</finalName>
|
<finalName>new_citizen_backend</finalName>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
@ -1,16 +1,19 @@
|
|||||||
|
|
||||||
package com.cpic.xim.web.controllers.NewCitizen;
|
package com.cpic.xim.web.controllers.NewCitizen;
|
||||||
|
|
||||||
|
import java.net.http.HttpResponse;
|
||||||
import org.springframework.stereotype.Controller;
|
import org.springframework.stereotype.Controller;
|
||||||
import org.springframework.web.bind.annotation.RequestMapping;
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
import org.springframework.web.bind.annotation.RequestParam;
|
import org.springframework.web.bind.annotation.RequestParam;
|
||||||
|
|
||||||
|
// 9ILpXKFSHckH1g7h
|
||||||
|
|
||||||
@Controller
|
@Controller
|
||||||
public class QueryResultController
|
public class QueryResultController
|
||||||
{
|
{
|
||||||
@RequestMapping("/save_score.do")
|
@RequestMapping("/save_score.do")
|
||||||
public void saveQueryResult( @RequestParam QueryResultRequest result )
|
public void saveQueryResult(HttpResponse response, @RequestParam QueryResultRequest result )
|
||||||
{{
|
{
|
||||||
|
response.
|
||||||
}}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user