Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
ekpayencryption
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zahid Hassan
ekpayencryption
Commits
cf778956
Commit
cf778956
authored
Apr 04, 2024
by
Zahid Hassan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Jar configuration added
parent
9ef2166b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
14 deletions
+7
-14
pom.xml
pom.xml
+7
-1
ServletInitializer.java
src/main/java/bd/gov/ekpayencryption/ServletInitializer.java
+0
-13
No files found.
pom.xml
View file @
cf778956
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<groupId>
bd.gov
</groupId>
<groupId>
bd.gov
</groupId>
<artifactId>
ekpayencryption
</artifactId>
<artifactId>
ekpayencryption
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<version>
0.0.1-SNAPSHOT
</version>
<packaging>
w
ar
</packaging>
<packaging>
j
ar
</packaging>
<name>
ekpayencryption
</name>
<name>
ekpayencryption
</name>
<description>
Ekpay Encryption Decryption Service
</description>
<description>
Ekpay Encryption Decryption Service
</description>
<properties>
<properties>
...
@@ -36,6 +36,12 @@
...
@@ -36,6 +36,12 @@
<build>
<build>
<finalName>
ekpayencryption
</finalName>
<finalName>
ekpayencryption
</finalName>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
</plugin>
</plugins>
</build>
</build>
</project>
</project>
src/main/java/bd/gov/ekpayencryption/ServletInitializer.java
deleted
100644 → 0
View file @
9ef2166b
package
bd
.
gov
.
ekpayencryption
;
import
org.springframework.boot.builder.SpringApplicationBuilder
;
import
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
;
public
class
ServletInitializer
extends
SpringBootServletInitializer
{
@Override
protected
SpringApplicationBuilder
configure
(
SpringApplicationBuilder
application
)
{
return
application
.
sources
(
EkpayencryptionApplication
.
class
);
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment