Skip to content
Snippets Groups Projects
Commit e7c928b2 authored by Ester Vilímková's avatar Ester Vilímková
Browse files

Configuration

parent 810dcccf
No related branches found
No related tags found
1 merge request!17Configuration
......@@ -6,8 +6,6 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class ModuleCertificateApplication {
//mvn clean install
//java -jar .\module-certificate\target\module-certificate-0.0.1-SNAPSHOT.jar
public static void main(String[] 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:
datasource:
url: jdbc:h2:mem:exampleDb
username: sa
password: password
driverClassName: org.h2.Driver
jpa:
database-platform: org.hibernate.dialect.H2Dialect
server.port=5000
\ No newline at end of file
server.port=5003
spring.mail.host=smtp.gmail.com
spring.mail.port=587
spring.mail.username=sprachschul@gmail.com
......
......@@ -115,6 +115,9 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</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