springboot2.x升到springboot3.x + maven,原本是创建了dev、prod、test环境配置,项目转到springboot3.x之后会多了native和nativeTest两个环境,请问如何去掉呢?
Comment From: bclozel
Thanks for getting in touch, but it feels like this is a question that would be better suited to StackOverflow. As mentioned in the guidelines for contributing, we prefer to use GitHub issues only for bugs and enhancements. Feel free to update this issue with a link to the re-posted question (so that other people can find it) or add some more details if you feel this is a genuine bug.
Comment From: yijianhanxiao
就是在idea中创建SpringBoot3.x项目之后,idea中的maven侧边栏会显示native、和nativeTest,但是我pom.xml文件中profiles属性中并没有添加这两个环境名称