Environment为Spring体系中的环境上下文,给我们提供了profiles and properties功能。
1 profiles
profiles用来区分不同环境的配置,每一个profiles相当于一个bean的集合
1.1 示例
例:
Component
Profile("dev")
public class …
今天在用webpack打包文件时报错
ERROR in ./src/img/head4.jpg 1:0
Module parse failed: Unexpected character � (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://…