Java Spring: Error message "no declaration can be found for element 'util:constant'

后端 未结 1 529
猫巷女王i
猫巷女王i 2021-02-06 23:57

I\'m trying to use util-constant for ioc but I\'m getting the following error message:

cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can          


        
1条回答
  •  广开言路
    2021-02-07 00:31

    This is the correct declaration of util namespace (don't forget about specifying schemaLocation):

    
    
    
    
    
    

    See more at C.2.2 The util schema.

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