Java
Java copied to clipboard
java项目实战练习
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.1 to 2.13.4.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
i have updated in first line
https://github.com/jcqa24/Curso-Java/tree/master/1%20-%20HolaMundo
```java import com.badlogic.gdx.ApplicationAdapter; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.graphics.GL20; import com.badlogic.gdx.graphics.Texture; import com.badlogic.gdx.graphics.g2d.SpriteBatch; import com.badlogic.gdx.math.Vector2; public class MyGame extends ApplicationAdapter { SpriteBatch batch; Texture ballTexture; Vector2 ballPosition; Vector2 ballVelocity; @Override public void...
Hai
tomcatserver3.0 fix