When developing JavaEE, Netbeans comes up as an IDE choice. If you use Glassfish, many people are using it. I have summarized what I want to set at the beginning.
UTF-8
http://blog.cototoco.net/work/201311/160/
Also set on the glassfish side http://etc9.hatenablog.com/entry/20130309/1362812169
https://github.com/markiewb/eclipsecodeformatter_for_netbeans
https://github.com/google/styleguide/blob/gh-pages/eclipse-java-google-style.xml
It is a function to add the license text to the header of the source by default.
http://stackoverflow.com/questions/38484105/how-to-set-project-license-header-in-a-netbeans-module
https://netbeans.org/gplv2.html
There are plugins for making changes to existing files so that the terms of the license can change or you can insert them in the middle of the project. http://plugins.netbeans.org/plugin/17960/license-changer
Recommended Posts