Skip to content

issues Search Results · repo:paoding-code/paoding-rose language:Java

Filter by

37 results
 (85 ms)

37 results

inpaoding-code/paoding-rose (press backspace or delete to remove)

  • hehan-wang
  • Opened 
    on Aug 17, 2021
  • #47

- 目前公司老项目是使用的 Rose 项目,新项目都是 Spring Boot,后续计划是往 Spring Boot 走 - 但是老的 Rose 项目迁移成本很高,如果 Rose 项目和 Spring Boot 能在一个项目中共存,这样前移时可以减少一部分的风险 - 先快速切换到 Spring Boot 启动,并能同时使用 Spring Boot 的特性,具体代码慢慢迁移 - ...
  • kailbin
  • 3
  • Opened 
    on Feb 5, 2021
  • #45

由于rose的数据处理是先通过参数解析器,然后是拦截器,因此如果在拦截器部分进行转发,此时数据有可能已经被参数解析器读完了,因此难以对request进行wrapper,目前项目中使用的是servlet的过滤器,也就是在rose外部进行处理的,但这又导致我们难以拿到rose内部方法的注解,因此还是需要配合拦截器。 对比mvc,拦截器是在参数解析器之前,就不存在这个问题。是否考虑增加一个扩展点,让用户可以在框架处理数据前拿到request和response进行预处理? ...
  • libinglong
  • Opened 
    on Sep 19, 2019
  • #44

当使用链式编程的时候,如Lombok的@Accessors(chain = true)注解,pd.getWriteMethod()会返回空导致无法进行映射 参考: https://stackoverflow.com/questions/10806895/why-did-propertydescriptor-behavior-change-from-java-1-6-to-1-7 具体代码位置: ...
  • iceqing
  • Opened 
    on Aug 15, 2018
  • #40

现象 当SQL中使用##拼接sql字符串时,如果sql语句中使用了in的sql语法,就会导致解析错误 查看源码 ReplacementIntercepter中的##解析的正则表达式有问题 final Pattern PATTERN = Pattern.compile( \{([a-zA-Z0-9_\.\:]+)\}|##\((.+)\) ); 这个正则表达式采用的是贪婪模式 如下sql update ...
  • xugege
  • 1
  • Opened 
    on Oct 10, 2017
  • #39

why the paoding-rose project don t updated spring3.x to spring 4.x ? Will Rose be eliminated?
  • bsqql123
  • 1
  • Opened 
    on Aug 14, 2017
  • #38

Restful,返回json可以使用字符串返回,但是提交json,requestBody如何实现,我根据SpringMVC来做接收不到参数
  • yqMac
  • 4
  • Opened 
    on Dec 12, 2016
  • #37

Rose will not be updated any more? Dose it support JDK1.8? Our company used it in a very big project.
  • bootsrc
  • 1
  • Opened 
    on Nov 30, 2016
  • #36

2016-09-21 18:45:39 [DEBUG] GET http://localhost:8084/search/3.8 2016-09-21 18:45:39 [DEBUG] [ /3.8 ] matched(1): 2016-09-21 18:45:39 [DEBUG] [ /3.8 ] matched(2): /3.8 2016-09-21 18:45:39 [DEBUG] [ /3.8 ...
  • ff10
  • 2
  • Opened 
    on Sep 21, 2016
  • #35
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub