Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wei.zhou
/
iClear-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
wei.zhou
2021-06-23 16:06:32 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
27d8b3d7331d595dd492898884e21eb1d4edd2d1
27d8b3d7
1 parent
6e096c6e
提交代码
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
4 deletions
doc/iclearApiSSL.p12
doc/接口secrity明文.txt
doc/数据推送接口文档v4.docx
pom.xml
src/main/resources/application.yml
src/main/resources/iclearApiSSL.p12
doc/iclearApiSSL.p12
View file @
27d8b3d
No preview for this file type
doc/接口secrity明文.txt
View file @
27d8b3d
...
...
@@ -60,7 +60,7 @@ https 证书:iclearApiSSL.p12
keytool -genkey -alias iclearApiSSL -keyalg RSA -keysize 2048 -sigalg SHA256withRSA -storetype PKCS12 -keystore d:\iclearApiSSL.p12 -validity 731 -storepass iclear -keypass iclear
...
...
doc/数据推送接口文档v4.docx
0 → 100644
View file @
27d8b3d
No preview for this file type
pom.xml
View file @
27d8b3d
...
...
@@ -11,7 +11,7 @@
<groupId>
com.erry.iclear
</groupId>
<artifactId>
iclear-api
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<packaging>
w
ar
</packaging>
<packaging>
j
ar
</packaging>
<name>
iClear-api
</name>
<description>
iClear-api
</description>
<properties>
...
...
src/main/resources/application.yml
View file @
27d8b3d
server
:
port
:
8
0
80
port
:
8
7
80
ssl
:
enabled
:
true
key-store-type
:
PKCS12
key-store
:
classpath:iclearApiSSL.p12
key-store-password
:
iclear
key-alias
:
tomcathttps
key-alias
:
iclearApiSSL
spring
:
application
:
...
...
src/main/resources/iclearApiSSL.p12
View file @
27d8b3d
No preview for this file type
Please
register
or
login
to post a comment