保存进度!
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">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.cpic.xim</groupId>
|
||||
<artifactId>desktop_archievement_backend</artifactId>
|
||||
<artifactId>new_citizen_backend</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<name>desktop_archievement_backend Maven Webapp</name>
|
||||
@ -102,7 +102,7 @@
|
||||
|
||||
</dependencies>
|
||||
<build>
|
||||
<finalName>desktop_archievement_backend</finalName>
|
||||
<finalName>new_citizen_backend</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
@ -1,16 +1,19 @@
|
||||
|
||||
package com.cpic.xim.web.controllers.NewCitizen;
|
||||
|
||||
import java.net.http.HttpResponse;
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RequestParam;
|
||||
|
||||
// 9ILpXKFSHckH1g7h
|
||||
|
||||
@Controller
|
||||
public class QueryResultController
|
||||
{
|
||||
@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