java - Maven JAR File need my src folder -


i have created spring boot project (maven, spring, angular, ...).

now have built jar file (mvn clean package), , can execute - looks fine. can not see web page. error {"timestamp":1478852927238,"status":404,"error":"not found","message":"no message available","path":"/"}

but now, if add src folder (contains webapp, java, etc) in same directory jar file, works fine. want jar file standalone application without src folder. have not worked long java, dont have idea, do.


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -