wsy_branch
parent
157bd0eb48
commit
ac8ea4b4b5
Binary file not shown.
Binary file not shown.
@ -0,0 +1,15 @@
|
||||
package com.example.demo.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.ResponseBody;
|
||||
|
||||
import javax.servlet.http.HttpSession;
|
||||
|
||||
|
||||
public class SubDragonController {
|
||||
@ResponseBody
|
||||
@RequestMapping("/subDragon")
|
||||
public int subDragon(int skey,int dragonid,String text) {
|
||||
|
||||
}
|
||||
}
|
@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.example.demo.mapper.DragonMapper">
|
||||
|
||||
</mapper>
|
||||
|
Loading…
Reference in new issue