All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.spring-boot-pom.tmpl Maven / Gradle / Ivy

There is a newer version: 4.9.0
Show newest version


    4.0.0

    
        org.springframework.boot
        spring-boot-starter-parent
        {{ .SpringBootVersion }}
         
    

    {{ .GroupId }}
    {{ .ArtifactId }}
    {{ .Version }}

    
        {{ .JavaVersion }}
{{ .BuildProperties }}
    

    
        
            
            
                org.springframework.boot
                spring-boot-dependencies
                {{ .SpringBootVersion }}
                pom
                import
            
            
            
                org.apache.camel.springboot
                camel-spring-boot-bom
                {{ .CamelSpringBootVersion }}
                pom
                import
            
        
    

{{ .MavenRepositories }}

    
        
            org.springframework.boot
            spring-boot-starter-web
        
        
            org.springframework.boot
            spring-boot-starter-actuator
        
        
            org.apache.camel.springboot
            camel-spring-boot-starter
        
{{ .CamelDependencies }}
        
            org.springframework.boot
            spring-boot-starter-test
            test
        
        
            org.apache.camel
            camel-test-spring-junit5
            test
        
    

    
        
            
                org.springframework.boot
                spring-boot-maven-plugin
            
        
    

    
        
            camel.debug
            
                
                    camel.debug
                    true
                
            
            
                
                    org.apache.camel.springboot
                    camel-debug-starter
                
            
            
                
                    
                        org.apache.maven.plugins
                        maven-dependency-plugin
                        3.7.1
                        
                            
                                copy
                                generate-sources
                                
                                    copy
                                
                                
                                    
                                      
                                        org.jolokia
                                        jolokia-agent-jvm
                                        2.1.0
                                        jar
                                        javaagent
                                      
                                    
                                    true
                                
                            
                        
                    
                    
                        org.springframework.boot
                        spring-boot-maven-plugin
                        
                            -javaagent:target/dependency/jolokia-agent-jvm-javaagent.jar=port=7878,host=localhost
                        
                    
                
            
        
    






© 2015 - 2025 Weber Informatics LLC | Privacy Policy