Skip to content

Commit 9a52699

Browse files
committed
refactor: organize packages
1 parent cf4457c commit 9a52699

File tree

167 files changed

+3493
-3494
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+3493
-3494
lines changed

.vscode/launch.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
22
"version": "0.2.0",
33
"configurations": [
4+
{
5+
"type": "java",
6+
"name": "Launch Application",
7+
"request": "launch",
8+
"mainClass": "com.github.throyer.example.Application",
9+
"projectName": "api"
10+
},
411
{
512
"type": "java",
613
"name": "Debug (Attach Docker)",

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@
88
},
99
],
1010
"cSpell.words": [
11+
"dtos",
12+
"fasterxml",
1113
"github",
1214
"hamcrest",
15+
"hashid",
16+
"Hashids",
1317
"instanceof",
1418
"jooq",
19+
"jsonwebtoken",
20+
"Jwts",
1521
"servlet",
1622
"Servlet",
1723
"springboot",

api/pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@
100100
<version>0.9.1</version>
101101
</dependency>
102102

103+
<!-- hash-ids -->
104+
<dependency>
105+
<groupId>org.hashids</groupId>
106+
<artifactId>hashids</artifactId>
107+
<version>1.0.3</version>
108+
</dependency>
109+
103110
<!-- Locator -->
104111
<dependency>
105112
<groupId>org.webjars</groupId>
@@ -226,8 +233,7 @@
226233
<configuration>
227234
<excludes>
228235
<exclude>db/migration/**/*</exclude>
229-
<exclude>com/github/throyer/common/springboot/configurations/**/*</exclude>
230-
<exclude>com/github/throyer/common/springboot/constants/**/*</exclude>
236+
<exclude>com/github/throyer/example/modules/infra/**/*</exclude>
231237
</excludes>
232238
</configuration>
233239
</plugin>

api/src/main/java/com/github/throyer/common/springboot/configurations/SpringSecurityConfiguration.java

Lines changed: 0 additions & 179 deletions
This file was deleted.

api/src/main/java/com/github/throyer/common/springboot/configurations/SpringWebConfiguration.java

Lines changed: 0 additions & 57 deletions
This file was deleted.

api/src/main/java/com/github/throyer/common/springboot/constants/PASSWORD_RECOVERY.java

Lines changed: 0 additions & 6 deletions
This file was deleted.

api/src/main/java/com/github/throyer/common/springboot/constants/RATE_LIMIT.java

Lines changed: 0 additions & 18 deletions
This file was deleted.

api/src/main/java/com/github/throyer/common/springboot/constants/SECURITY.java

Lines changed: 0 additions & 62 deletions
This file was deleted.

api/src/main/java/com/github/throyer/common/springboot/constants/TOAST_MESSAGES.java

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)