总体调试完成

master
jyx 7 years ago
parent 72e90590fd
commit 85bb936271

@ -5,7 +5,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.web.servlet.ServletComponentScan; import org.springframework.boot.web.servlet.ServletComponentScan;
@SpringBootApplication @SpringBootApplication
//@ServletComponentScan("com.example.demo") @ServletComponentScan("com.example.demo")
//@MapperScan("com.example.demo.Dao") //@MapperScan("com.example.demo.Dao")
public class DemoApplication { public class DemoApplication {
public static void main(String[] args) { public static void main(String[] args) {

@ -23,10 +23,9 @@ public class messageController extends HttpServlet {
@Autowired @Autowired
private messageService message; private messageService message;
@RequestMapping(value = "/loan",method = RequestMethod.POST)//填写贷款基本信息的界面
//判断填写银行卡号是否是已认证 //判断填写银行卡号是否是已认证
@RequestMapping(value = "/loan",method = RequestMethod.POST)//填写贷款基本信息的界面
public void doPost(HttpServletResponse response, HttpServletRequest request)throws IOException { public void doPost(HttpServletResponse response, HttpServletRequest request)throws IOException {
nowTime nowTime=new nowTime(); nowTime nowTime=new nowTime();
int equation = 1; int equation = 1;

Loading…
Cancel
Save