How to do arithmetic in Spring properties?

前端 未结 1 1751
余生分开走
余生分开走 2021-02-19 18:15

        
        &l         


        
1条回答
  •  盖世英雄少女心
    2021-02-19 19:04

    You didn't mention which version of Spring you're using, but Spring 3.0 comes with Spring EL (Expression Language) which allows you to use expressions in the XML bean definitions (as well as other places, such as @Value annotations).

    
    
        
        
    
    

    You can read more about Spring EL here

    0 讨论(0)
提交回复
热议问题