20250417
This commit is contained in:
26
spring-context.code-snippets
Normal file
26
spring-context.code-snippets
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"Spring XML Context": {
|
||||
"prefix": "spring-xml-context",
|
||||
"scope": "xml",
|
||||
"body": [
|
||||
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>",
|
||||
"<beans xmlns=\"http://www.springframework.org/schema/beans\"",
|
||||
"\txmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"",
|
||||
"\txmlns:aop=\"http://www.springframework.org/schema/aop\"",
|
||||
"\txmlns:tx=\"http://www.springframework.org/schema/tx\"",
|
||||
"\txmlns:context=\"http://www.springframework.org/schema/context\"",
|
||||
"\txsi:schemaLocation=\"http://www.springframework.org/schema/beans",
|
||||
"\t\t\thttp://www.springframework.org/schema/beans/spring-beans-4.3.xsd",
|
||||
"\t\t\thttp://www.springframework.org/schema/tx",
|
||||
"\t\t\thttp://www.springframework.org/schema/tx/spring-tx-4.3.xsd",
|
||||
"\t\t\thttp://www.springframework.org/schema/context",
|
||||
"\t\t\thttp://www.springframework.org/schema/context/spring-context-4.3.xsd",
|
||||
"\t\t\thttp://www.springframework.org/schema/aop",
|
||||
"\t\t\thttp://www.springframework.org/schema/aop/spring-aop-4.3.xsd\">",
|
||||
"",
|
||||
"\t$1",
|
||||
"</beans>",
|
||||
],
|
||||
"description": "Spring xml context template"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user