Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
谢明辉
/
VVAS-Match
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit b8e666eb
authored
Mar 07, 2025
by
朱海
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
[chg]安全修复
1 parent
3dd43c87
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
pom.xml
src/main/java/com/viontech/match/MatchApp.java
src/main/resources/application.yml
pom.xml
View file @
b8e666e
...
...
@@ -99,6 +99,11 @@
<groupId>
org.elasticsearch.client
</groupId>
<version>
8.15.5
</version>
</dependency>
<dependency>
<groupId>
com.github.ulisesbocchio
</groupId>
<artifactId>
jasypt-spring-boot-starter
</artifactId>
<version>
3.0.5
</version>
</dependency>
<dependency>
<groupId>
com.viontech.keliu
</groupId>
...
...
src/main/java/com/viontech/match/MatchApp.java
View file @
b8e666e
package
com
.
viontech
.
match
;
import
com.ulisesbocchio.jasyptspringboot.annotation.EnableEncryptableProperties
;
import
org.springframework.boot.SpringApplication
;
import
org.springframework.boot.autoconfigure.SpringBootApplication
;
import
org.springframework.context.annotation.ComponentScan
;
@SpringBootApplication
@EnableEncryptableProperties
@ComponentScan
(
basePackages
=
{
"com.viontech"
})
public
class
MatchApp
{
public
static
void
main
(
String
[]
args
)
{
...
...
src/main/resources/application.yml
View file @
b8e666e
...
...
@@ -6,3 +6,7 @@ spring:
date-format
:
yyyy-MM-dd HH:mm:ss
default-property-inclusion
:
non_null
jasypt
:
encryptor
:
password
:
${JASYPT_ENCRYPTOR_PASSWORD}
Write
Preview
Markdown
is supported
Attach a file
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 post a comment