Skip to content

Commit

Permalink
Merge pull request #23 from EGA-archive/feature/EE-2132
Browse files Browse the repository at this point in the history
EE-2132: Disable apache server
  • Loading branch information
anandmohan777 committed Aug 17, 2021
2 parents 3fad0df + 90e8234 commit f2545a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,15 @@
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
spring.main.web-application-type=none
ega.userId=f20cd2d3-682a-4568-a53e-4262ef54c8f4
ega.userSecret=AMenuDLjVdVo4BSwi0QD54LL6NeVDEZRzEQUJ7hJOM3g4imDZBHHX0hNfKHPeQIGkskhtCmqAJtt_jm7EKq-rWw
ega.userGrant=password
Expand Down

0 comments on commit f2545a6

Please sign in to comment.