-
I've been trying to add Dandelion to my existing project (which has a combination of Struts 1.3 and Spring MVC 4 driving different parts of the site).
However, as soon as I add the DandelionFilter, m…
pioto updated
8 years ago
-
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__…
-
# MVC 패턴 (/w Java)
## MVC 패턴에 대해서
### MVC 패턴
- 컨트롤러 (Controller); Servlet
- **HTTP 요청을 받아서 파라미터를 검증** 하고, **비즈니스 로직을 실행** 함
- 그리고 **뷰에 전달할 결과 데이터를 조회해서 모델에 담음** 이 때 제어권은 Controller -> Vi…
snaag updated
10 months ago
-
1、springboot框架还是比较大的,想只基于spring开发,是否可以剥离springboot框架
2、使用的中间件,如:Kafka、缓存、数据库是否可以提供接口,由业务方进行适配实现接口进行对接
3、当前很多场景是通过异步回调的方式来判断分支事务是否结束,不是同一个线程,怎么在回调方法里面来告诉alpha事务的结果
4、一个分支事务会增加时延几十毫秒甚至上百毫秒,性能需要再优化
-
## 💚 어떤 기능인가요?
[FEAT] 회원관리 기능 구현
## ✅ To Dos
- JWT 토큰 발행 방식을 활용한 로그인 기능
- JWT 토큰 발행 방식을 활용한 회원 가입 기능 - 회원 가입 후 **로그인을 해야만!!!** 토큰이 생성 됨
-
- what have I done this week?
- what will I do next week?
- what is holding me back? (optional)
Expected length: 1-2 sentences per item.
-
Hello sir!
I've implemented your API as well but when Message executing ClassNotFound Exception happens!
below is stackTrace
![capture](https://cloud.githubusercontent.com/assets/14876631/22744…
-
Hi All, @cfaddict ,
I'm getting the following errors while running from freshly installed Intellij Idea community edition.
Error:(5, 1) java: package org.springframework does not exist
Error:(…
-
Will there be also support for using Flux or Mono in the model with servlet based Spring 5 applications?
-
- [x] 我已经在 [issues](https://github.com/didi/KnowStreaming/issues) 搜索过相关问题了,并没有重复的。
## 创建auvSqlSessionFactory beans失败
km-rest application.yml:
```
server:
port: 8080 # 服务端口
tomcat:
a…