This website works better with JavaScript.
Explore
Help
Sign In
zhouwentao
/
ocr-java
Watch
1
Star
0
Fork
You've already forked ocr-java
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
updates
Browse Source
master
周文涛
2 years ago
parent
4540f4fe43
commit
386b04e02b
3 changed files
with
3 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
1
jeecg-boot-module-system/src/main/resources/application-dev.yml
Unescape
Escape
View File
@ -1,3 +1,4 @@
#开发环境
server:
port
:
8080
tomcat:
1
jeecg-boot-module-system/src/main/resources/application-prod.yml
Unescape
Escape
View File
@ -1,3 +1,4 @@
#生产环境
server:
port
:
8010
tomcat:
1
jeecg-boot-module-system/src/main/resources/application-test.yml
Unescape
Escape
View File
@ -1,3 +1,4 @@
#测试环境
server:
port
:
8080
tomcat:
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
zhouwentao/ocr-java
Title
Body
Create Issue