all
You must replace the baseURL in hugo.toml file when deploying, you can manage this announcement from the params.toml file.

JUnit4

单元测试工具:Junit

通常一个项目的代码量是比较大的,而且其中逻辑也较为复杂,在开发完成后再进行项目测试其实是比较耗费时间和精力的,因此边开发边测试是个很好的选择,而 JUnit 则为我们提供了这样的便利。

了解更多