Browse Source

update

tags/v0
zhaohe 8 months ago
parent
commit
3cb21842a7
  1. BIN
      appresource/db/app.db
  2. 2
      src/main/resources/application-dev.yml
  3. 4
      src/main/resources/config/application-app.yml
  4. 0
      src/main/resources/config/application-dev.yml
  5. 8
      src/main/resources/config/application.yml

BIN
appresource/db/app.db

2
src/main/resources/application-dev.yml

@ -1,2 +0,0 @@
A8kCanBusService:
url: ws://127.0.0.1:19005

4
src/main/resources/config/application-app.yml

@ -0,0 +1,4 @@
A8kCanBusService:
url: ws://127.0.0.1:19005

0
src/main/resources/application-test.yml → src/main/resources/config/application-dev.yml

8
src/main/resources/application.yml → src/main/resources/config/application.yml

@ -1,6 +1,9 @@
server:
port: 8080
spring:
profiles:
active: dev
active: app
web:
resources:
static-locations: file:appresource/static/app/,file:appresource/static/,file:/opt/app/static/
@ -13,9 +16,6 @@ spring:
serialization:
write-dates-as-timestamps: true
server:
port: 8080
VirtualDevice:
enableVirtualDevice: false
Loading…
Cancel
Save