- Build Angular
ng build
or using profile
ng build --configuration=production
Build Springboot app to production using maven
mvn clean install -DskipTests
or run use profile prod
mvn spring-boot:run -Dspring-boot.run.profiles=prod
Start server Docusaurus
npm start
Starts the development server.
npm run build
Bundles your website into static files for production.
npm run serve
Serves the built website locally.
npm run deploy
Publishes the website to GitHub pages.
package com.luv2code.springdemo; | |
import java.util.logging.ConsoleHandler; | |
import java.util.logging.Level; | |
import java.util.logging.Logger; | |
import java.util.logging.SimpleFormatter; | |
import org.springframework.context.annotation.AnnotationConfigApplicationContext; | |
public class MyLoggerConfig { |
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Here we write upgrading notes for brands. It's a team effort to make them as
#Angular-cli oh shit!
https://cli.angular.io/reference.pdf
Commands | Description |
---|---|
ng help | returns all commands with flags they can take as a param |
ng new [project-name] | create a brand new angular project with live server BANG! |
ng init | grabs name from folder that already exist |
############################## | |
## Java | |
############################## | |
.mtj.tmp/ | |
*.class | |
*.jar | |
*.war | |
*.ear | |
*.nar | |
hs_err_pid* |