This website works better with JavaScript
Startsida
Utforska
Hjälp
Logga in
yumeng
/
video-script-service
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Bläddra i källkod
1
yumeng
4 dagar sedan
förälder
0d9f74f125
incheckning
94fe1074cf
3 ändrade filer
med
3 tillägg
och
3 borttagningar
Delad Vy
Visa Diff Statistik
1
1
src/main/resources/application-dev.yml
1
1
src/main/resources/application-prod.yml
1
1
src/main/resources/application-test.yml
+ 1
- 1
src/main/resources/application-dev.yml
Visa fil
@@ -1,5 +1,5 @@
server:
- port: 901
1
+ port: 901
5
spring:
datasource:
+ 1
- 1
src/main/resources/application-prod.yml
Visa fil
@@ -1,5 +1,5 @@
server:
- port: 901
1
+ port: 901
5
spring:
datasource:
+ 1
- 1
src/main/resources/application-test.yml
Visa fil
@@ -1,5 +1,5 @@
server:
- port: 901
1
+ port: 901
5
spring:
datasource: