Posts by Felipe Paulo • 31 points
4 posts
-
2
votes1
answer156
viewsA: Error generating Id automatically in Hibernate
Reading the documentation I saw that an xml tag was missing that maps the class It used to be like this: <?xml version="1.0"?> <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate…
-
1
votes1
answer156
viewsQ: Error generating Id automatically in Hibernate
I am making an application with Hibernate, but is generating and error: "ids for this class must be Manually Assigned before Calling save()" The class that’s saying you’re wrong is like this..…
-
0
votes1
answer34
viewsA: Webpack is generating the manifest.js files in a different folder
The index.js file in the "config/index.js" path looked like this build: { // Template for index.html index: path.resolve(__dirname, '../dist/index.html'), // Paths assetsRoot:…
-
0
votes1
answer34
viewsQ: Webpack is generating the manifest.js files in a different folder
I’m using the webpack as Vue. When giving npm run build, the manifest.js file is created with the /Static/ path, while the other files are created with the Static path/. So if I put the application…