公司电脑的环境是我自己配的spring tools suite,我自己的电脑也是自己配的,,所有软件,开发坏境都一模一样。自己建grails项目不出一点问题。但从公司git上导下的项目各种红线,公司同事帮我噼里啪啦敲了半个小时弄好了,然后我把项目拷贝到我自己电脑上又是红线。ubuntu系统
从git导下时提示
右击项目自动弹出
Config.Groovy文件
import java.io.IOException
import org.springframework.core.io.ClassPathResource《《红线》》
import org.springframework.core.io.support.PropertiesLoaderUtils《《红线》》
DataSource.Goovy文件
import java.io.IOException
import org.springframework.core.io.ClassPathResource《《红线》》
import org.springframework.core.io.support.PropertiesLoaderUtils《《红线》》
controller和service里几乎都是这种错
run-app控制台到这就卡了
| Loading Grails 2.2.1
| Configuring classpath
一下是我的类包