import os from 'os'
const port = 81
const hostname = os.hostname()
const host = {
'LAPTOP-4KDIA4A3': 'http://localhost',
iZ6ilh61jzkvrhZ: 'http://39.97.238.175',
}[hostname]
const baseURL = `${host}:${port}`
文章标签 javascript 文章分类 Node.js 前端开发
import os from 'os'
const port = 81
const hostname = os.hostname()
const host = {
'LAPTOP-4KDIA4A3': 'http://localhost',
iZ6ilh61jzkvrhZ: 'http://39.97.238.175',
}[hostname]
const baseURL = `${host}:${port}`
如何获取properties文件中的数据在工作中,无论是Spring MVC还是Spring Boot我们都没办法避免与properties打交道,我们总是将一些配置式的代码写在properties文件中,然后通过@Value 去获取@Value例: application.properties 文件:data.jerry.name: testNamejava代码:@Value("${data.j
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M