Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ai-api
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
ai-api
Commits
97b93260
Commit
97b93260
authored
Oct 18, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
创建初始工程
parent
3cd0a47b
Pipeline
#2668
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
pom.xml
pom.xml
+2
-2
src/main/resources/application.yml
src/main/resources/application.yml
+4
-0
No files found.
pom.xml
View file @
97b93260
...
@@ -49,9 +49,9 @@
...
@@ -49,9 +49,9 @@
<profiles.log.level>
info
</profiles.log.level>
<profiles.log.level>
info
</profiles.log.level>
<profiles.baseUrl>
https://robot.egovrobot.com/
</profiles.baseUrl>
<profiles.baseUrl>
https://robot.egovrobot.com/
</profiles.baseUrl>
<profiles.ocrUrl>
http://59.175.148.30:8100/
</profiles.ocrUrl>
<profiles.ocrUrl>
http://59.175.148.30:8100/
</profiles.ocrUrl>
<profiles.apiUrl>
http://
localhost
:31042/
</profiles.apiUrl>
<profiles.apiUrl>
http://
192.168.0.250
:31042/
</profiles.apiUrl>
<profiles.mq>
sanya
</profiles.mq>
<profiles.mq>
sanya
</profiles.mq>
<profiles.activemq.brokerUrl>
tcp://
192.168.0.252:62818
</profiles.activemq.brokerUrl>
<profiles.activemq.brokerUrl>
tcp://
8.136.255.30:11044
</profiles.activemq.brokerUrl>
<profiles.publish.path>
/home/publish
</profiles.publish.path>
<profiles.publish.path>
/home/publish
</profiles.publish.path>
</properties>
</properties>
</profile>
</profile>
...
...
src/main/resources/application.yml
View file @
97b93260
...
@@ -52,4 +52,8 @@ spring:
...
@@ -52,4 +52,8 @@ spring:
# max-connections: 10
# max-connections: 10
packages
:
packages
:
trust-all
:
true
trust-all
:
true
application
:
log
:
level
:
@
profiles.log.level@
path
:
@
profiles.log.path@
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