Skip to content

Instantly share code, notes, and snippets.

package com.montanha.gerenciador;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.domain.EntityScan;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
@SpringBootApplication
@Configuration
@AntonioMontanha
AntonioMontanha / pom.xml
Created February 8, 2018 12:35
pom do projeto Gerenciador de Viagens
<?xml version="1.0" encoding="UTF-8"?>
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.montanha</groupId>
<artifactId>gerenciador-viagens-montanha</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>