当前位置 : 主页 > 编程语言 > c++ >

spring-boot-pom.xml

来源:互联网 收集:自由互联 发布时间:2021-06-30
Spring Boot仓库坐标 4.0.0 com.example springboot 0.0.1-SNAPSHOT jar http://maven.apache.org springboot Demo project for Spring Boot org.springframework.boot spring-boot-starter-parent 1.5.8.RELEASE UTF-8 UTF-8 1.8 org.springframework.bo
Spring Boot仓库坐标
 

 
    
  
   4.0.0
  

    
  
   com.example
  
    
  
   springboot
  
    
  
   0.0.1-SNAPSHOT
  
    
  
   jar
  
    
  
   http://maven.apache.org
  

    
  
   springboot
  
    
  
   Demo project for Spring Boot
  

    
   
   
    org.springframework.boot
    
   
    spring-boot-starter-parent
    
   
    1.5.8.RELEASE
    
    
  

    
   
   
    UTF-8
    
   
    UTF-8
    
   
    1.8
    
  

    
   
    
    
     org.springframework.boot
     
    
     spring-boot-starter-web
     
    
    
    
     org.springframework.boot
     
    
     spring-boot-starter-test
     
    
     test
     
    
    
    
     org.springframework.boot
     
    
     spring-boot-starter-actuator
     
    
    
    
     org.springframework.boot
     
    
     spring-boot-starter-security
     
    
    
    
     org.springframework.boot
     
    
     spring-boot-starter-thymeleaf
     
    
    
    
     org.springframework.boot
     
    
     spring-boot-starter-aop
     
    
    
    
    
     org.mybatis.spring.boot
     
    
     mybatis-spring-boot-starter
     
    
     1.3.1
     
    
    
    
     mysql
     
    
     mysql-connector-java
     
    
    
    
    
     org.springframework.boot
     
    
     spring-boot-starter-redis
     
    
     1.4.7.RELEASE
     
    
    
    
    
     org.mongodb
     
    
     mongo-java-driver
     
    
     3.5.0
     
    
    
    
     org.springframework.data
     
    
     spring-data-mongodb
     
    
     1.10.8.RELEASE
     
    
    
    
    
     com.alibaba
     
    
     dubbo
     
    
     2.5.6
     
     
      
      
       spring
       
      
       org.springframework
       
      
     
    
    
    
     org.apache.zookeeper
     
    
     zookeeper
     
    
     3.4.10
     
    
    
    
    
     org.springframework.boot
     
    
     spring-boot-starter-freemarker
     
    
  

    
   
    
     
     
      src/main/resources
      
     
      true
      
     
    
    
     
     
      maven-compiler-plugin
      
      
      1.8 
      
       1.8
       
      
       UTF-8
       
      
     
     
     
      org.springframework.boot
      
     
      spring-boot-maven-plugin
      
     
    
  

 
网友评论