您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

14 行
696B

  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>tmp.org.thymeleaf.extras</groupId>
  4. <artifactId>placeholder-thymeleaf-extras-springsecurity5</artifactId>
  5. <version>3.1.0.M1</version>
  6. <name>Package thymeleaf-extras-springsecurity5</name>
  7. <dependencies>
  8. <dependency>
  9. <groupId>org.thymeleaf.extras</groupId>
  10. <artifactId>thymeleaf-extras-springsecurity5</artifactId>
  11. <version>3.1.0.M1</version>
  12. </dependency>
  13. </dependencies>
  14. </project>