首页 > 代码库 > mac 下 idea创建开发环境

mac 下 idea创建开发环境

1、下载idea

2、破解

http://xclient.info/a/f0b9738a-36fd-8a97-a966-0d3db497092d.html?_=28224c24c5d048ba73bf06b15e2a6668

3、安装插件 maven(17.1必须要自己安装,否则不能运行)

4、创建spring-boot项目

5、编译运行

6、mac下 idea报错(错误本身不影响业务)

objc[10012]: Class JavaLaunchHelper is implemented in both … libinstrument.dylib. One of the two will be used. Which one is undefined

https://stackoverflow.com/questions/43003012/objc3648-class-javalaunchhelper-is-implemented-in-both

 

mac 下 idea创建开发环境