i made a servlet project from eclipse , what and where should i add extra file like pom.xml to deploy from github to heroku server ?
consider servlet java file name is ESUMTest.java where class name declared as public and html file name is index.html, here java file present in default package.
what code will be for pom.xml file with respect to above scenario and where should i put ?
what extra file is require to run the project to heroku server ?
consider servlet java file name is ESUMTest.java where class name declared as public and html file name is index.html, here java file present in default package.
what code will be for pom.xml file with respect to above scenario and where should i put ?
what extra file is require to run the project to heroku server ?