Creating a new git project on xp-dev.com with IntelliJ!

Meta Steps, YMMV…

1/Select what you need from Spring INITIALIZR :: https://start.spring.io/
2/Download/Extract the zip && cd into it.
3/Create a git repo on xp-dev.com
4/Initialize Git repo:
a)git init
b)git add .
c)create .gitignore
d)git commit .
e)git remote add origin https://xp-dev.com/git/
f)git push -u origin master
5/Open IntelliJ
a) checkout https://xp-dev.com/git/
b) Goto Maven Projects and add the pom.xml(if not picked automagically by IntelliJ
c)Do deploy, I got a failing unit test, as I added spring-tests.

2 thoughts on “Creating a new git project on xp-dev.com with IntelliJ!”

  1. Hello ,

    I saw your tweets and thought I will check your website. Have to say it looks very good!
    I’m also interested in this topic and have recently started my journey as young entrepreneur.

    I’m also looking for the ways on how to promote my website. I have tried AdSense and Facebok Ads, however it is getting very expensive. Was thinking about starting using analytics. Do you recommend it?
    Can you recommend something what works best for you?

    Would appreciate, if you can have a quick look at my website and give me an advice what I should improve: http://janzac.com/
    (Recently I have added a new page about FutureNet and the way how users can make money on this social networking portal.)

    I wanted to subscribe to your newsletter, but I couldn’t find it. Do you have it?

    Hope to hear from you soon.

    P.S.
    Maybe I will add link to your website on my website and you will add link to my website on your website? It will improve SEO of our websites, right? What do you think?

    Regards
    Jan Zac

    1. Hi Jan,
      Thanks for reaching out.

      1/For promoting your site:
      a)Today Social media is the best option to reach worldwide. So stick with it, maybe try to hone your skills there.
      b)Analytics is anyday recommended, but before diving into it, have a clear cut goal and then look at analytics and then further keep fine tuning it.
      Check out Peep Laja’s site for this: https://conversionxl.com

      2/Improvements
      a)I again checked for definition of Entrepreneur on google, it says: “a person who sets up a business or businesses, taking on financial risks in the hope of profit.” Do you think your site fits that definition? Allow me to be very direct, rather than promoting theoratical ways to earn money on the web, why don’t you think of a solution that solves a problem first, and then try to make it profitable! This is what works for me: I look for the greatest pains I have come across and being an IT person, how IT can help me solve that problem, that is how I love to redefine an entrepreneur. Rather than telling ways to earn money, be realistic and practical by coming up with an innovative solution! 🙂

      3/Newsletter — I do not have a specific theme on which I wish to offer the Newsletter, but something’s cooking, so the world, better watch out! 😉

      As for adding links, trust me rather than doing this, search from your own first-hand experience, that you underwent and start talking about that to make the world a teeny weeny bit better! 🙂

      Hope that helps!

Comments are closed.