Skip to content
Snippets Groups Projects
Commit 9216f244 authored by Ester Vilímková's avatar Ester Vilímková Committed by Martin Gargalovič
Browse files

Configuration

parent fb0cf3ae
No related branches found
No related tags found
3 merge requests!31M2,!28M2 user,!27Draft: M2 user
...@@ -6,8 +6,6 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; ...@@ -6,8 +6,6 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication @SpringBootApplication
public class ModuleCertificateApplication { public class ModuleCertificateApplication {
//mvn clean install
//java -jar .\module-certificate\target\module-certificate-0.0.1-SNAPSHOT.jar
public static void main(String[] args) { public static void main(String[] args) {
SpringApplication.run(ModuleCertificateApplication.class, args); SpringApplication.run(ModuleCertificateApplication.class, args);
} }
......
server.port=5001
\ No newline at end of file
server.port=5002
\ No newline at end of file
spring: server.port=5000
datasource: \ No newline at end of file
url: jdbc:h2:mem:exampleDb
username: sa
password: password
driverClassName: org.h2.Driver
jpa:
database-platform: org.hibernate.dialect.H2Dialect
server.port=5003
spring.mail.host=smtp.gmail.com spring.mail.host=smtp.gmail.com
spring.mail.port=587 spring.mail.port=587
spring.mail.username=sprachschul@gmail.com spring.mail.username=sprachschul@gmail.com
......
...@@ -115,6 +115,9 @@ ...@@ -115,6 +115,9 @@
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin> </plugin>
<plugin> <plugin>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment