Home > Back-end >  The idea after configuring maven run own test file error
The idea after configuring maven run own test file error

Time:12-03

 package com. Chen; 

/* *
* Hello world!
*
*/
Public class App
{
Public static void main (String [] args)
{
System. Out.println (" Hello World!" );
}
}


The local maven repository are configured with
Excuse me, what reason is this

CodePudding user response:

Are there any bosses under the guidance of the
  • Related